Add compact variant for pane grid controls
This commit is contained in:
parent
9b99b932bc
commit
3a434c9505
4 changed files with 324 additions and 72 deletions
|
|
@ -10,6 +10,7 @@
|
|||
mod axis;
|
||||
mod configuration;
|
||||
mod content;
|
||||
mod controls;
|
||||
mod direction;
|
||||
mod draggable;
|
||||
mod node;
|
||||
|
|
@ -22,6 +23,7 @@ pub mod state;
|
|||
pub use axis::Axis;
|
||||
pub use configuration::Configuration;
|
||||
pub use content::Content;
|
||||
pub use controls::Controls;
|
||||
pub use direction::Direction;
|
||||
pub use draggable::Draggable;
|
||||
pub use node::Node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue