UNPKG

react-ui89

Version:

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

13 lines (12 loc) 249 B
export declare enum Ui89Theme { primary = "primary", secondary = "secondary", info = "info", success = "success", warning = "warning", danger = "danger" } export declare enum Ui89Look { main = "main", side = "side" }