UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

10 lines (9 loc) 390 B
import type { Meta, StoryObj } from '@storybook/react'; import { ToggleBox } from './ToggleBox'; declare const meta: Meta<typeof ToggleBox>; export default meta; declare type Story = StoryObj<typeof ToggleBox>; export declare const Simple: Story; export declare const WithActiveItem: Story; export declare const WithDisableItems: Story; export declare const WithoutBorderBorderless: Story;