UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

8 lines (7 loc) 288 B
import { BaseSetting } from "./BaseSetting"; import { SettingFunc } from "../types"; declare type DefaultType = string; export interface PasswordSetting extends BaseSetting<DefaultType> { } export declare function makePassword(name: string, label: string): SettingFunc; export {};