ds-smart-ui
Version:
Smart UI v1.0.5 — A production-ready React component library by PT Praisindo Teknologi. Covers inputs, navigation, data display, feedback, and layout with a unified design system, semantic Typography tokens, and full Storybook documentation.
8 lines (7 loc) • 460 B
TypeScript
export { default as Dialog } from './Dialog';
export { default as DialogAction } from './DialogAction';
export { default as DialogCheck } from './DialogCheck';
export { default as Alert } from './Alert';
export { default as Tooltip } from './Tooltip';
export { Popover, PopoverTrigger, PopoverContent, PopoverHeader, PopoverTitle, PopoverDescription, } from './Popover';
export type { PopoverProps, PopoverTriggerProps, PopoverContentProps } from './Popover';