UNPKG

neos-script

Version:

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

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