feat: Implemented audio effects
This commit is contained in:
parent
fe0ab3b498
commit
edbc390d14
125 changed files with 1137 additions and 217 deletions
19
src/mainview/types.d.ts
vendored
19
src/mainview/types.d.ts
vendored
|
|
@ -16,6 +16,25 @@ declare global
|
|||
"save-scroll"?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
module "@noriginmedia/norigin-spatial-navigation" {
|
||||
declare interface FocusDetails
|
||||
{
|
||||
instant?: boolean;
|
||||
sound?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
declare interface FocusEventDetails
|
||||
{
|
||||
focusKey: string;
|
||||
instant?: boolean;
|
||||
sound?: string;
|
||||
nativeEvent?: any;
|
||||
event?: Event;
|
||||
node: HTMLElement | undefined;
|
||||
focusKeyChanged: boolean;
|
||||
}
|
||||
|
||||
declare interface FocusParams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue