UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

14 lines (13 loc) 298 B
import { PropType } from 'vue'; import { Color } from '../utils'; declare const _default: { disabled: BooleanConstructor; color: { type: PropType<Color>; }; onChange: { type: FunctionConstructor; default: () => () => void; }; }; export default _default;