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.
11 lines (10 loc) • 414 B
TypeScript
import { Meta, StoryObj } from '@storybook/react-vite';
import { default as Barometer } from './Barometer';
declare const meta: Meta<typeof Barometer>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Default: Story;
export declare const LowValue: Story;
export declare const HighValue: Story;
export declare const DescendingOrder: Story;
export declare const ShowNumericValue: Story;