react-ui89
Version:
A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.
9 lines (8 loc) • 338 B
TypeScript
import type { Meta, StoryObj } from "@storybook/react";
import { Ui89Indent } from "./Ui89Indent";
declare const meta: Meta<typeof Ui89Indent>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Comparison: Story;
export declare const DefaultIndentation: Story;
export declare const IncreaseIndentation: Story;