UNPKG

neos-script

Version:

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

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