@ertekinno/human-like
Version:
A sophisticated React typewriter effect library with realistic human typing behavior, mobile/desktop keyboards, and comprehensive theming support
10 lines (9 loc) • 310 B
TypeScript
import { default as React } from 'react';
interface DesktopKeyboardProps {
highlightedKey?: string;
keyboardMode?: 'light' | 'dark';
onKeyPress?: (key: string) => void;
}
export declare const DesktopKeyboard: React.FC<DesktopKeyboardProps>;
export {};
//# sourceMappingURL=DesktopKeyboard.d.ts.map