UNPKG

brightyui

Version:

Brighty UI library

7 lines (6 loc) 235 B
import type { Meta, StoryObj } from '@storybook/react'; import Cell from '../components/Cell/Cell'; declare const meta: Meta<typeof Cell>; export default meta; type Story = StoryObj<typeof meta>; export declare const CellStory: Story;