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, ComponentScope, example_group, example_group_with_title, single_example, 3}; 4pub use documented::Documented; 5pub use ui_macros::RegisterComponent;