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.

14 lines (13 loc) 1.39 kB
import { Meta } from '@storybook/react-vite'; import { default as Alert, AlertProps } from './Alert'; declare const meta: Meta<typeof Alert>; export default meta; export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Secondary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Success: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Danger: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Warning: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Light: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Dark: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const WithAction: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const WithoutTitleWithAction: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>;