UNPKG

neos-script

Version:

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

11 lines 355 B
import { member } from "../../../core"; export interface Sign_Long4Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; N?: member<any>; } export declare function Sign_Long4(props: Sign_Long4Input): any; //# sourceMappingURL=Sign_Long4.d.ts.map