UNPKG

kitchen-color-studio

Version:

an open-source color editor for designing color system

7 lines (6 loc) 176 B
declare const useDownload: () => { content: string; setContent: (data: string, fileName: string) => void; startDownload: () => void; }; export default useDownload;