UNPKG

vuetify

Version:

Vue Material Component Framework

11 lines 298 B
// Utilities import { propsFactory } from "../util/propsFactory.js"; // Types // Composables export const makeComponentProps = propsFactory({ class: [String, Array, Object], style: { type: [String, Array, Object], default: null } }, 'component'); //# sourceMappingURL=component.js.map