gsplat-editor / editor /src /InputMode.ts
dylanebert
initial commit
e6b949c
Raw
History Blame Contribute Delete
49 Bytes
export interface InputMode {
exit(): void;
}