UNPKG

@popovandrii/ui-elements

Version:

User interface elements. Color scheme. Elements with complex logic Java Script. Contrasting UI elements.

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 {};