UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

14 lines (13 loc) 233 B
/** * Interface for theme with splitting to color and root classes */ export type ThemeWhitepaper = { /** * Color properties */ color: string; /** * Typography, indents, etc. */ root: string; };