mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
This PR reworks the `ListHeader` component to be more open. The `meta` method can now be used to append meta items of any element to the `ListHeader`, and they will be rendered with the appropriate spacing between them. Release Notes: - N/A
7 lines
114 B
Rust
7 lines
114 B
Rust
mod button;
|
|
mod button_like;
|
|
mod icon_button;
|
|
|
|
pub use button::*;
|
|
pub use button_like::*;
|
|
pub use icon_button::*;
|