tdesign-react
Version:
TDesign Component for React
7 lines (6 loc) • 352 B
TypeScript
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;