UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

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