klg-asutk-app/components/ui/index.ts

13 lines
510 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* UI Component Library — КЛГ АСУ ТК
* Reusable Tailwind-based components.
*/
export { default as PageLayout } from './PageLayout';
export { default as DataTable } from './DataTable';
export { default as Modal } from './Modal';
export { default as FilterBar } from './FilterBar';
export { default as Pagination } from './Pagination';
export { default as StatCard } from './StatCard';
export { default as StatusBadge } from './StatusBadge';
export { default as EmptyState } from './EmptyState';