UNPKG

react-life-design

Version:
9 lines (8 loc) 197 B
interface Colors { mongeral: string; regalBlue: string; line: string; white: string; } declare const _default: (Colors: Colors) => (svg: string) => string; export default _default;