uchill/front_material/components/dashboard/ui/index.ts

17 lines
688 B
TypeScript

/**
* Переиспользуемые UI-компоненты дашборда (iOS 26).
*/
export { DashboardLayout } from './DashboardLayout';
export { Panel } from './Panel';
export { SegmentedControl } from './SegmentedControl';
export type { SegmentedOption } from './SegmentedControl';
export { ListRow } from './ListRow';
export { SectionHeader } from './SectionHeader';
export { StatsGrid } from './StatsGrid';
export type { StatsGridItem } from './StatsGrid';
export { StatsListSection } from './StatsListSection';
export type { StatsListRow } from './StatsListSection';
export { FlipCard } from './FlipCard';
export type { FlipCardProps } from './FlipCard';