UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

8 lines (7 loc) 305 B
import { Meta, StoryObj } from '../../../storybook/react-vite'; import { GridExample } from './Grid.example'; declare const meta: Meta<typeof GridExample>; export default meta; type Story = StoryObj<typeof GridExample>; export declare const DefaultGrid: Story; export declare const SelectableGrid: Story;