UNPKG

@nteract/data-explorer

Version:
9 lines (8 loc) 242 B
import * as React from "react"; import * as Dx from "../utilities/types"; interface Props { children?: React.ReactNode; componentType?: Dx.ComponentType; } export declare const Viz: React.FunctionComponent<Partial<Props>>; export {};