UNPKG

react-ui89

Version:

A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.

6 lines (5 loc) 190 B
import React from "react"; export interface Ui89SpaceHorizontalProps { gap?: number; } export declare function Ui89SpaceHorizontal({ gap }: Ui89SpaceHorizontalProps): React.JSX.Element;