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) • 479 B
TypeScript
import { Meta, StoryObj } from '@storybook/react-vite';
import { default as AvatarWithLabel } from './AvatarWithLabel';
declare const meta: Meta<typeof AvatarWithLabel>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const WithInitials: Story;
export declare const WithIcon: Story;
export declare const WithImage: Story;
export declare const WithCustomSize: Story;
export declare const WithCustomColor: Story;
export declare const LabelPositions: Story;