Add Tool Strip (#11756)
Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
335636c42e
commit
1ab247756a
6 changed files with 97 additions and 1 deletions
|
@ -14,6 +14,7 @@ mod tab;
|
|||
mod tab_bar;
|
||||
mod title_bar;
|
||||
mod toggle_button;
|
||||
mod tool_strip;
|
||||
|
||||
pub use avatar::*;
|
||||
pub use button::*;
|
||||
|
@ -31,3 +32,4 @@ pub use tab::*;
|
|||
pub use tab_bar::*;
|
||||
pub use title_bar::*;
|
||||
pub use toggle_button::*;
|
||||
pub use tool_strip::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue