/** * @import { ComponentInternalInstance } from 'vue' * @import { InternalExposed, InternalElements } from './exposed.types' */ export const _deep_: unique symbol; export const _trigger_: unique symbol; export const _hasComponent_: unique symbol; /** @type { WeakMap } */ export const definedExposed: WeakMap; /** @type { WeakMap } */ export const definedElements: WeakMap; /** @type { WeakMap } */ export const componentInstanceMap: WeakMap; import type { InternalExposed } from './exposed.types'; import type { InternalElements } from './exposed.types'; import type { ComponentInternalInstance } from 'vue'; //# sourceMappingURL=constants.d.ts.map