UNPKG

@opendash/plugin-openware

Version:

open.WARE Plugin for open.DASH

9 lines (8 loc) 302 B
import { AppFactory, AppPluginInterface } from "opendash"; import { Options } from "./types"; export declare class OpenwarePlugin implements AppPluginInterface { name: "OWPlugin"; private options; constructor(options?: Partial<Options>); onFactory(factory: AppFactory): void; }