UNPKG

portal-vue

Version:

> A Portal Component for Vue 3, to render DOM outside of a component, anywhere in the document.

6 lines (5 loc) 323 B
export declare const inBrowser: boolean; export declare const __DEV__: boolean; export declare function warn(msg: string): void; export declare function assertStaticProps(component: string, props: Record<string, any>, propNames: string[]): void; export declare function stableSort<T>(array: T[], compareFn: Function): T[];