UNPKG

lupine.web

Version:

lupine.web is a extremely fast, small size and lightweight frontend framework, using React TSX syntax.

8 lines (6 loc) 125 B
export type ThemeProps = { [key: string]: string | number; }; export type ThemesProps = { [key: string]: ThemeProps; };