UNPKG

react-ui89

Version:

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

9 lines (8 loc) 340 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89Card } from "./Ui89Card"; declare const meta: Meta<typeof Ui89Card>; export default meta; type Story = StoryObj<typeof meta>; export declare const Content: Story; export declare const HorizontalConnection: Story; export declare const HorizontalConnectionOverflow: Story;