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) 418 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89NameValuePair } from "./Ui89NameValuePair"; declare const meta: Meta<typeof Ui89NameValuePair>; export default meta; type Story = StoryObj<typeof meta>; export declare const Strings: Story; export declare const Numbers: Story; export declare const Spaces: Story; export declare const NameWithFixedWidth: Story; export declare const TextWrap: Story;