UNPKG

@popovandrii/ui-elements

Version:

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

15 lines (14 loc) 327 B
interface SelectorMap { main: string; btn: string; input: string; disabledBtn: string; } export declare class SpinBox { #private; private selectors; private spinBoxes; constructor(selectors?: Partial<SelectorMap>); getValidDataNumber: (el: HTMLElement, attr: string) => number; } export {};