@hopeio/utils
Version:
javascript utils
26 lines (25 loc) • 476 B
JavaScript
import { createTypes as t, toValidableType as e } from "vue-types";
const o = t({
func: void 0,
bool: void 0,
string: void 0,
number: void 0,
object: void 0,
integer: void 0
});
class d extends o {
// a native-like validator that supports the `.validable` method
static get style() {
return e("style", {
type: [String, Object]
});
}
static get VNodeChild() {
return e("VNodeChild", {
type: void 0
});
}
}
export {
d as p
};