UNPKG

neos-script

Version:

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

18 lines 509 B
import { member } from "../../core"; export interface Demultiplexer_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Value?: member<any>; DefaultValue?: member<any>; Index?: member<any>; } export declare function Demultiplexer_T(props: Demultiplexer_TInput): any; //# sourceMappingURL=Demultiplexer_T.d.ts.map