@indielayer/ui
Version:
Indielayer UI Components with Tailwind CSS build for Vue 3
23 lines (22 loc) • 454 B
JavaScript
const t = (o) => ({
focus: () => {
var a, e;
return (e = (a = o.value) == null ? void 0 : a.focus) == null ? void 0 : e.call(a);
},
blur: () => {
var a, e;
return (e = (a = o.value) == null ? void 0 : a.blur) == null ? void 0 : e.call(a);
}
});
t.props = () => ({
disabled: Boolean,
loading: Boolean,
loadingLabel: String,
loadingStatus: {
type: String,
default: "active"
}
});
export {
t as useInteractive
};