Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub use component::{ 2 Component, ComponentId, ComponentScope, ComponentStatus, example_group, 3 example_group_with_title, single_example, 4}; 5pub use documented::Documented; 6pub use ui_macros::RegisterComponent;