1pub(crate) mod tab_control; 2 3pub type TabPage = tab_control::TabPage; 4pub type TabControl = tab_control::TabControl; 5pub type TabControlProps = tab_control::TabControlProps;