UNPKG

@opendash/plugin-openware

Version:

open.WARE Plugin for open.DASH

8 lines (7 loc) 194 B
import * as React from "react"; interface Props { style?: React.CSSProperties; onSave: (callback: () => any) => void; } export declare const Settings: React.FC<Props>; export {};