feat(rectangle_tracker): functions for widget and subscription

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:16:12 +02:00 committed by Michael Murphy
parent 436a5825d7
commit 8c86dae449
2 changed files with 22 additions and 0 deletions

View file

@ -133,6 +133,7 @@ pub mod popover;
pub use popover::{popover, Popover};
pub mod rectangle_tracker;
pub use rectangle_tracker::{rectangle_tracker, RectangleTracker};
pub use row::{row, Row};
pub mod row {