UNPKG

react-ui89

Version:

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

12 lines (11 loc) 451 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89TagBox } from "./Ui89TagBox"; declare const meta: Meta<typeof Ui89TagBox>; export default meta; type Story = StoryObj<typeof meta>; export declare const ThemePrimary: Story; export declare const ThemeSecondary: Story; export declare const ThemeSuccess: Story; export declare const ThemeDanger: Story; export declare const ThemeInfo: Story; export declare const ThemeWarning: Story;