UNPKG

react-life-design

Version:
10 lines (9 loc) 195 B
interface Colors { apple: string; chestnut: string; } declare const _default: { success: (Colors: Colors) => string; fail: (Colors: Colors) => string; }; export default _default;