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) • 377 B
TypeScript
import type { Meta, StoryObj } from "@storybook/react";
import { Ui89Hr } from "./Ui89Hr";
declare const meta: Meta<typeof Ui89Hr>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Straight: Story;
export declare const Dotted: Story;
export declare const Dashed: Story;
export declare const Double: Story;
export declare const ThemePrimary: Story;