UNPKG

neos-script

Version:

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

14 lines 455 B
import { member } from "../../core"; export interface Display_Int3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Source?: member<any>; _text0?: member<string>; _text1?: member<string>; _text2?: member<string>; } export declare function Display_Int3(props: Display_Int3Input): any; //# sourceMappingURL=Display_Int3.d.ts.map