UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

7 lines (6 loc) 225 B
import type { Meta, StoryObj } from "@storybook/react-vite"; import { Test } from "./Test"; declare const meta: Meta<typeof Test>; export default meta; type Story = StoryObj<typeof Test>; export declare const Primary: Story;