UNPKG

@reginaldo-marinho/rucula-js

Version:

Crie telas em Minutos! 🚀

5 lines (4 loc) • 204 B
declare function KeyEventClear(): void; declare function KeyEventAdd(key: string): void; declare function KeyEventGetIndex(index: number): string; export { KeyEventAdd, KeyEventClear, KeyEventGetIndex };