UNPKG

@keen.io/ui-core

Version:

Keen visual components library

8 lines (7 loc) 212 B
import React from 'react'; declare type Props = { children: React.ReactNode; zIndex?: number; }; export declare const DynamicPortal: ({ children, zIndex, }: Props) => React.ReactPortal; export {};