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.

9 lines (8 loc) 406 B
import { Meta, StoryFn } from '@storybook/react-vite'; import { default as Wizard } from './Wizard'; declare const meta: Meta<typeof Wizard>; export default meta; export declare const DefaultWizard: StoryFn<typeof Wizard>; export declare const WizardWithPanels: StoryFn<typeof Wizard>; export declare const CompactWizard: StoryFn<typeof Wizard>; export declare const StickyTopDemo: StoryFn<typeof Wizard>;