UNPKG

@ertekinno/human-like

Version:

A sophisticated React typewriter effect library with realistic human typing behavior, mobile/desktop keyboards, and comprehensive theming support

6 lines 424 B
export { HumanLike } from './components/HumanLike'; export { useHumanLike } from './hooks/useHumanLike'; export { TypingEngine } from './utils/TypingEngine'; export type { HumanLikeConfig, HumanLikeProps, MistakeInfo, TypingState, HumanLikeHookReturn, MistakeType, TypingEvent, StateChangeEvent, ErrorEvent } from './types'; export { TIMING_CONSTANTS, BEHAVIOR_RATES } from './constants'; //# sourceMappingURL=index.d.ts.map