props: {
hooks: {
first_constructor_static: () => void;
constructed(): void;
constructor(): void;
setup(): void;
};
provides: {};
providesStatic: { defineProps(def?: any): any };
}
Type Declaration
hooks: {
first_constructor_static: () => void;
constructed(): void;
constructor(): void;
setup(): void;
}
provides: {}
providesStatic: { defineProps(def?: any): any }