UNPKG

vue-create-shadow-app

Version:
13 lines (12 loc) 319 B
import type { ComponentCustomElementInterface } from 'vue'; declare module 'vue' { interface ComponentInternalInstance { ce?: ComponentCustomElementInterface; /** * is custom element? (kept only for compatibility) * @internal */ isCE?: boolean; } } export {};