UNPKG

@payfit/unity-components

Version:

6 lines (5 loc) 165 B
/** * Hook to detect when Caps Lock is enabled * @returns boolean indicating if Caps Lock is currently enabled */ export declare function useCapsLock(): boolean;