UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 334 B
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;