UNPKG

@taiga-ui/addon-mobile

Version:

Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.

7 lines (6 loc) 271 B
import { TuiSidebarComponent } from './sidebar.component'; import { TuiSidebarDirective } from './sidebar.directive'; /** * @deprecated use {@link TuiDrawer} instead */ export declare const TuiSidebar: readonly [typeof TuiSidebarComponent, typeof TuiSidebarDirective];