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) 334 B
import { Meta, StoryObj } from '@storybook/react-vite'; import { default as SvgIcon } from './SvgIcon'; declare const meta: Meta<typeof SvgIcon>; export default meta; type Story = StoryObj<typeof SvgIcon>; export declare const MaterialIcon: Story; export declare const WithCustomClass: Story; export declare const CustomSizes: Story;