UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

4 lines (3 loc) 222 B
import { Color } from "./Color"; export declare const accessibilityButton: (button: HTMLElement) => (ev: KeyboardEvent) => any; export declare const accessibilityDisableTabOnDisabled: (color: Color | undefined) => number;