UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

18 lines (17 loc) 263 B
const e = () => { }, s = Object.freeze({ size: ["xs", "sm", "md", "lg", "xl"] }); e.props = () => ({ size: { type: String, default: "md", validator: (t) => s.size.includes(t) } }); e.validators = () => ({ ...s }); export { e as useCommon };