UNPKG

neos-script

Version:

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

13 lines 427 B
import { member } from "../../../../core"; export interface Parse_Int3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Str?: member<any>; NumberStyle?: member<any>; FormatProvider?: member<any>; } export declare function Parse_Int3(props: Parse_Int3Input): any; //# sourceMappingURL=Parse_Int3.d.ts.map