UNPKG

@blueprintjs/core

Version:
8 lines (7 loc) 311 B
/// <reference types="react" /> import * as React from "react"; import { IPopoverProps } from "./popover"; export declare class SVGPopover extends React.Component<IPopoverProps, {}> { render(): JSX.Element; } export declare const SVGPopoverFactory: React.ComponentFactory<IPopoverProps, SVGPopover>;