UNPKG

@popovandrii/ui-elements

Version:

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

13 lines (12 loc) 236 B
interface SelectorMap { main: string; btn: string; input: string; } export declare class ButtonGroup { #private; private selectors; private groups; constructor(selectors?: Partial<SelectorMap>); } export {};