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) 421 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89Tabs } from "./Ui89Tabs"; declare const meta: Meta<typeof Ui89Tabs>; export default meta; type Story = StoryObj<typeof meta>; export declare const NothingSelected: Story; export declare const Selected: Story; export declare const Stretch: Story; export declare const WrapToMultipleRows: Story; export declare const WrapToMultipleRowsAndStretch: Story;