@ -69,6 +69,7 @@ declare type ComponentOptions = {
extends?: Class<Component> | Object;
delimiters?: [string, string];
comments?: boolean;
inheritAttrs?: boolean;
// private
_isComponent?: true;
@ -55,6 +55,7 @@ export interface ComponentOptions<V extends Vue> {
extends?: ComponentOptions<Vue> | typeof Vue;
}
export interface FunctionalComponentOptions {