UNPKG

opendash

Version:

open.DASH data visualization framework

3 lines (2 loc) 178 B
import { AppFactory, AppInterface } from ".."; export declare function init(id: string, factoryCallback: (factory: AppFactory) => Promise<void> | void): Promise<AppInterface>;