UNPKG

react-ui89

Version:

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

10 lines (9 loc) 384 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89TitleSideLine } from "./Ui89TitleSideLine"; declare const meta: Meta<typeof Ui89TitleSideLine>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story; export declare const Ellipsis: Story; export declare const WithThemeBackground: Story; export declare const WithCard: Story;