UNPKG

neos-script

Version:

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

15 lines 485 B
import { member } from "../../core"; export interface Display_Int4Input { 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>; _text3?: member<string>; } export declare function Display_Int4(props: Display_Int4Input): any; //# sourceMappingURL=Display_Int4.d.ts.map