UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

9 lines (8 loc) 319 B
import type { Meta, StoryObj } from '@storybook/react'; import { Checkbox } from './Checkbox'; declare const meta: Meta<typeof Checkbox>; export default meta; declare type Story = StoryObj<typeof Checkbox>; export declare const Checked: Story; export declare const Unchecked: Story; export declare const Toggle: Story;