UNPKG

opendash

Version:

open.DASH data visualization framework

9 lines (8 loc) 227 B
import * as React from "react"; interface Props { open: boolean; close: () => void; onSave: (id: string) => void; } export declare const DashboardCreationModal: React.NamedExoticComponent<Props>; export {};