UNPKG

brightyui

Version:

Brighty UI library

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