UNPKG

react-ui89

Version:

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

7 lines (6 loc) 311 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89LinkUnderline } from "./Ui89LinkUnderline"; import { Ui89OverrideProviderProps } from "../Ui89Override"; declare const meta: Meta<typeof Ui89LinkUnderline>; export default meta; export declare const Link: StoryObj<Ui89OverrideProviderProps>;