UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

42 lines (39 loc) 677 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* unplugin-vue-components disabled */var props = { allowUncheck: Boolean, checked: { type: Boolean, "default": void 0 }, modelValue: { type: Boolean, "default": void 0 }, defaultChecked: Boolean, "default": { type: [String, Function] }, disabled: { type: Boolean, "default": void 0 }, label: { type: [String, Function] }, name: { type: String, "default": "" }, value: { type: [String, Number, Boolean], "default": void 0 }, onChange: Function, onClick: Function }; export { props as default }; //# sourceMappingURL=props.js.map