UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

14 lines 497 B
import { member } from "../../core"; export interface ScreenModeControllerInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _dash?: member<any>; _muteSound?: member<any>; _unmuteSound?: member<any>; _startTalkSound?: member<any>; _stopTalkSound?: member<any>; } export declare function ScreenModeController(props: ScreenModeControllerInput): any; //# sourceMappingURL=ScreenModeController.d.ts.map