UNPKG

accessibility-react-widget

Version:

A React-based web accessibility widget to enhance UI/UX for all users. This powerful tool seamlessly integrates with React applications, offering a wide range of features like adjustable font sizes, text alignment options, dyslexia-friendly fonts, and col

7 lines (6 loc) 424 B
import { AccessibilikState } from "./types"; export declare const isRuleAppliedToElement: (element: HTMLElement, rule: CSSStyleRule) => boolean; export declare const getComputedStyleAndSetAccDataFontSize: (elem: HTMLElement) => void; export declare const getDataImageSvgBase64: (svg: string) => string; export declare const getAccInitState: () => AccessibilikState; export declare const registerDomain: () => Promise<void>;