UNPKG

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.

18 lines (17 loc) 1.34 kB
import { Meta, StoryFn } from '@storybook/react-vite'; import { default as Dialog } from './Dialog'; declare const meta: Meta<typeof Dialog>; export default meta; export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>; export declare const WithHeader: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>; export declare const WithoutHeader: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>; export declare const WithoutFooter: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>; export declare const Sizes: StoryFn<typeof Dialog>; export declare const FormDialog: StoryFn<typeof Dialog>; export declare const ScrollableContent: StoryFn<typeof Dialog>; export declare const WithBodyScrollLock: StoryFn<typeof Dialog>; export declare const WithoutBodyScrollLock: StoryFn<typeof Dialog>; export declare const DisableEscapeKey: StoryFn<typeof Dialog>; export declare const LoadingState: StoryFn<typeof Dialog>; export declare const ButtonVariants: StoryFn<typeof Dialog>; export declare const Colors: StoryFn<typeof Dialog>;