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

4 lines (2 loc) 147 B
import { TextAlign } from '../../../../types'; export declare const useAlignTextButton: (textAlign: TextAlign, isGettingReady?: boolean) => void;