UNPKG

slanted-gamedev-toolz

Version:

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

12 lines (11 loc) 304 B
import type { StoryObj } from "@storybook/react"; declare const meta: { title: string; component: import("react").FC<import("./GameCard").TestProps>; parameters: { layout: string; }; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story;