chop-logic-components
Version:
React UI components library for Chop Logic project
7 lines (6 loc) • 299 B
TypeScript
import { Meta, StoryObj } from '../../../storybook/react-vite';
import { UseIsOverflowExample } from './use-is-overflow.example.tsx';
declare const meta: Meta<typeof UseIsOverflowExample>;
export default meta;
type Story = StoryObj<typeof UseIsOverflowExample>;
export declare const Example: Story;