dgz-ui
Version:
Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript
28 lines • 858 B
TypeScript
/**
* @fileoverview Main entry point for the dgz-ui library.
* Exports all UI components and utility functions.
*/
export * from './ui/alert';
export * from './ui/alert-dialog';
export * from './ui/avatar';
export * from './ui/badge';
export * from './ui/breadcrumb';
export * from './ui/button';
export * from './ui/calendar';
export * from './ui/card';
export * from './ui/collapsible';
export * from './ui/dialog';
export * from './ui/dropdown';
export * from './ui/form';
export * from './ui/pagination';
export * from './ui/popover';
export * from './ui/scroll-area';
export * from './ui/separator';
export * from './ui/sheet';
export * from './ui/skeleton';
export * from './ui/tab';
export * from './ui/table';
export * from './ui/tooltip';
export * from './lib/utils';
export * from './types/element-data.type';
//# sourceMappingURL=index.d.ts.map