gsplat-editor / editor /src /InputMode.ts
dylanebert's picture
dylanebert HF staff
initial commit
e6b949c
raw
history blame
49 Bytes
export interface InputMode {
exit(): void;
}