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