UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

35 lines (34 loc) 546 B
const t = { modelValue: { type: Boolean, default: () => !1, require: !0 }, size: { type: [String, Number], default: () => 40 }, type: { type: String, default: () => "default", validator: (e) => ["sound", "swap", "default"].includes(e) }, iconOn: { type: Object, default: () => null }, iconOff: { type: Object, default: () => null }, onChange: { type: Function, default: () => null } }, l = { "update:modelValue": (e) => e }; export { l as Emits, t as Props };