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.

12 lines (11 loc) 653 B
import { Meta, StoryFn } from '@storybook/react-vite'; import { default as UploadZone } from './UploadZone'; declare const meta: Meta<typeof UploadZone>; export default meta; export declare const DefaultUploadZone: StoryFn<typeof UploadZone>; export declare const UploadZoneWithError: StoryFn<typeof UploadZone>; export declare const WithAutoErrorHandling: StoryFn<typeof UploadZone>; export declare const WithHelperIcon: StoryFn<typeof UploadZone>; export declare const WithoutTemplate: StoryFn<typeof UploadZone>; export declare const WithLoadingState: StoryFn<typeof UploadZone>; export declare const WithSimulatedUpload: StoryFn<typeof UploadZone>;