UNPKG

tdesign-react

Version:
7 lines (6 loc) 352 B
import './style'; export type { ColorPickerProps } from './interface'; export * from './type'; export declare const ColorPickerPanel: import("react").NamedExoticComponent<import("./interface").ColorPickerProps>; export declare const ColorPicker: import("react").NamedExoticComponent<import("./interface").ColorPickerProps>; export default ColorPicker;