@ertekinno/human-like
Version:
A sophisticated React typewriter effect library with realistic human typing behavior, mobile/desktop keyboards, and comprehensive theming support
10 lines • 901 B
TypeScript
export { MobileKeyboard } from './components/MobileKeyboard';
export { DesktopKeyboard } from './components/DesktopKeyboard';
export { useKeyPressIndicator } from './components/KeyPressIndicator';
export { KeyboardSimulationDemo } from './components/KeyboardSimulationDemo';
export type { MobileKeyboardProps, MobileKeyboardRef } from './components/MobileKeyboard';
export type { KeyInfo, KeySequence, KeyboardMode, KeyPressEvent, KeyboardClasses, LabelOverrides, IconOverrides } from './types';
export { ShiftState, KeyboardView } from './types';
export { KeyboardAnalyzer, MOBILE_LAYOUT, DESKTOP_QWERTY_LAYOUT, MOBILE_TIMING_PROFILES, DESKTOP_TIMING_PROFILES, getDefaultTimingProfile, type TimingProfile, type KeyboardLayoutDefinition } from './keyboard/index';
export { QWERTY_ADJACENT, DESKTOP_ADJACENT, MOBILE_ADJACENT, getAdjacentKeys } from './constants';
//# sourceMappingURL=keyboard.d.ts.map