UNPKG

victory-core

Version:
10 lines 328 B
import React from "react"; export interface PortalProps { className?: string; height?: number; style?: React.CSSProperties; viewBox?: string; width?: number; } export declare const Portal: React.ForwardRefExoticComponent<PortalProps & React.RefAttributes<SVGSVGElement>>; //# sourceMappingURL=portal.d.ts.map