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.
7 lines (6 loc) • 310 B
TypeScript
import { Meta, StoryFn } from '@storybook/react-vite';
import { default as TabPanels } from './TabPanels';
declare const meta: Meta<typeof TabPanels>;
export default meta;
export declare const TabPanelsWithForms: StoryFn<typeof TabPanels>;
export declare const TransactionDashboard: StoryFn<typeof TabPanels>;