UNPKG

@surveycake/rc

Version:

react component of surveycake

22 lines (21 loc) 349 B
declare const statusData: { PUBLIC: { color: string; }; PRIVATE: { color: string; }; OFF: { color: string; }; ENDED: { color: string; }; COMING_SOON: { color: string; }; REPLY_FULL: { color: string; }; }; export default statusData;