UNPKG

nes-ui-react

Version:

A design system that paints the web in 8 bits.

6 lines (5 loc) 121 B
/// <reference types="react" /> export interface StyleProps { style?: React.CSSProperties; className?: string; }