UNPKG

@popovandrii/ui-elements

Version:

UI elements. Color scheme. Elements with complex logic Java Script. SpinBox, Select+search, Switch, Button Group (radio)

12 lines (11 loc) 212 B
interface SelectorMap { main: string; label: string; } export declare class Switch { #private; private selectors; private main; constructor(selectors?: Partial<SelectorMap>); } export {};