UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

7 lines (6 loc) 335 B
import { Meta, StoryObj } from '../../../storybook/react-vite'; import { UseContainerDimensionsExample } from './use-container-dimensions.example.tsx'; declare const meta: Meta<typeof UseContainerDimensionsExample>; export default meta; type Story = StoryObj<typeof UseContainerDimensionsExample>; export declare const Example: Story;