Initial commit after recreate
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { GlitchHostBridge } from './types';
|
||||
export type DevHostBridgeOptions = {
|
||||
isMuted?: () => boolean;
|
||||
onSound?: (id: string, payload?: Record<string, unknown>) => void;
|
||||
onEmit?: (type: string, payload?: unknown) => void;
|
||||
};
|
||||
export declare function createDevHostBridge(options?: DevHostBridgeOptions): GlitchHostBridge;
|
||||
export declare function attachWindowSoundBridge(host: GlitchHostBridge): () => void;
|
||||
Reference in New Issue
Block a user