UNPKG

next

Version:

The React Framework

5 lines (4 loc) 146 B
import * as React from 'react'; export declare function ShadowPortal({ children }: { children: React.ReactNode; }): React.ReactPortal | null;