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) 215 B
import type { Meta, StoryObj } from "@storybook/react"; import "./input-box.css"; declare const meta: Meta; export default meta; type Story = StoryObj<typeof meta>; export declare const CenterTextVertically: Story;