UNPKG

react-konva-utils

Version:

Useful components and hooks for react-konva

9 lines (8 loc) 236 B
import React from 'react'; type PortalProps = { selector: string; enabled?: boolean; children: React.ReactNode; }; export declare const Portal: ({ selector, enabled, children }: PortalProps) => React.JSX.Element; export {};