UNPKG

opendash

Version:

open.DASH data visualization framework

8 lines (7 loc) 236 B
import * as React from "react"; import { AppRefsInterface } from ".."; interface Props { place: keyof AppRefsInterface; } export declare const AppPortal: React.NamedExoticComponent<React.PropsWithChildren<Props>>; export {};