portal-vue
Version:
> A Portal Component for Vuejs, to render DOM outside of a component, anywhere in the document.
18 lines (17 loc) • 488 B
TypeScript
import Vue from 'vue';
import { VNode } from 'vue';
declare const _default: import("vue").VueConstructor<{
clear(target?: string | undefined): void;
normalizeSlots(): VNode[] | Function[] | undefined;
normalizeOwnChildren(children: Function | VNode[]): VNode[];
sendUpdate(): void;
} & {
disabled: boolean;
name: string;
order: number;
slim: boolean;
slotProps: any;
tag: string;
to: string;
} & Vue>;
export default _default;