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) 424 B
import type { Meta, StoryObj } from "@storybook/react"; import { Ui89Scene } from "./Ui89Scene"; declare const meta: Meta<typeof Ui89Scene>; export default meta; type Story = StoryObj<typeof meta>; export declare const LookMain: Story; export declare const LookSide: Story; export declare const VerticalOverflow: Story; export declare const HorizontalOverflow: Story; export declare const CustomizesScrollbarsInside: Story;