UNPKG

neos-script

Version:

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

16 lines 579 B
import { member } from "../../../core"; export interface IntTextEditorParserInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; ParseContinuously?: member<boolean>; UpdateStringFromValue?: member<boolean>; ParsedValue?: member<number>; Min?: member<number>; Max?: member<number>; Increments?: member<number>; StringFormat?: member<any>; } export declare function IntTextEditorParser(props: IntTextEditorParserInput): any; //# sourceMappingURL=IntTextEditorParser.d.ts.map