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) 271 B
import { Button3D } from '../'; import type { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta<typeof Button3D>; export default meta; type Story = StoryObj<typeof Button3D>; export declare const LeftArrow: Story; export declare const RightArrow: Story;