UNPKG

raw3d-ui

Version:

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

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