UNPKG

react-life-design

Version:
8 lines (7 loc) 180 B
interface Colors { mongeral: string; regalBlue: string; white: string; } declare const _default: (Colors: Colors) => (rest: string) => string; export default _default;