21 lines
397 B
JavaScript
21 lines
397 B
JavaScript
import { l as propsFactory } from "./defineComponent-DB6xIcDy.js";
|
|
//#region node_modules/vuetify/lib/composables/component.js
|
|
var makeComponentProps = propsFactory({
|
|
class: [
|
|
String,
|
|
Array,
|
|
Object
|
|
],
|
|
style: {
|
|
type: [
|
|
String,
|
|
Array,
|
|
Object
|
|
],
|
|
default: null
|
|
}
|
|
}, "component");
|
|
//#endregion
|
|
export { makeComponentProps as t };
|
|
|
|
//# sourceMappingURL=component-DdiwBe6i.js.map
|