UNPKG

big-design-ui

Version:

big-design-ui library for react applications

6 lines (5 loc) 131 B
export interface ThemeProps { colors?: Record<string, string | number>; spaces: number[]; borderRadius: number; }