Duplicated from dylanebert/gsplat-editor
e6b949c
1
2
3
4
export interface InputHandler { handleInput(event: Event): void; }