UNPKG

neos-script

Version:

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

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