UNPKG

kitchen-color-studio

Version:

an open-source color editor for designing color system

11 lines (10 loc) 418 B
/// <reference types="react" /> import type { IEditorConfig } from "../config"; /****************************************************** ************************* Dom ************************* ******************************************************/ export interface IExportPanel { config: IEditorConfig; } declare const ExportPanel: import("react").NamedExoticComponent<IExportPanel>; export default ExportPanel;