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