tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 334 B
TypeScript
import _ColorPicker from './color-picker';
import { WithInstallType } from '../shared';
import './style';
import { TdColorPickerProps } from './type';
export * from './type';
export declare type ColorPickerProps = TdColorPickerProps;
export declare const ColorPicker: WithInstallType<typeof _ColorPicker>;
export default ColorPicker;