props.d.ts 108 B

123
  1. import { TdColorPickerProps } from './type';
  2. declare const props: TdColorPickerProps;
  3. export default props;