UNPKG

neos-script

Version:

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

21 lines 720 B
import { member } from "../../core"; export interface TwitchChatDialogInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _canvas?: member<any>; _panel?: member<any>; MaxMessages?: member<number>; Interface?: member<any>; _channelName?: member<any>; _viewerCount?: member<any>; _messagesRoot?: member<any>; _messagesScrollRect?: member<any>; _highlightPanel?: member<any>; _highlightText?: member<any>; _spriteSheet?: member<any>; _fontCollection?: member<any>; } export declare function TwitchChatDialog(props: TwitchChatDialogInput): any; //# sourceMappingURL=TwitchChatDialog.d.ts.map