UNPKG

react-ui89

Version:

A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.

11 lines (10 loc) 432 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89BoxShadow } from "./Ui89BoxShadow"; declare const meta: Meta<typeof Ui89BoxShadow>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story; export declare const DisplayInlineBlockChild: Story; export declare const WithRowGap: Story; export declare const WithColumnGap: Story; export declare const WithRowAndColumnGap: Story;