Add Tool Strip (#11756)

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
Nate Butler 2024-05-13 17:58:08 -04:00 committed by GitHub
parent 335636c42e
commit 1ab247756a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 97 additions and 1 deletions

View file

@ -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::*;