UNPKG

neos-script

Version:

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

13 lines 405 B
import { member } from "../../../core"; export interface QuantityTextEditorParser_UInput { type: { U: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; } export declare function QuantityTextEditorParser_U(props: QuantityTextEditorParser_UInput): any; //# sourceMappingURL=QuantityTextEditorParser_U.d.ts.map