UNPKG

raw3d-ui

Version:

A 3D UI component library built for the Log It Raw community, starting with a mechanical keycap button.

8 lines (7 loc) 339 B
import type { Meta, StoryObj } from '@storybook/react'; declare const SoundDemoComponent: () => import("react/jsx-runtime").JSX.Element; declare const meta: Meta<typeof SoundDemoComponent>; export default meta; type Story = StoryObj<typeof SoundDemoComponent>; export declare const Default: Story; export declare const CodeExample: Story;