UNPKG

neos-script

Version:

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

15 lines 411 B
import { member } from "../../../core"; export interface AssetLoader_AInput { type: { A: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Asset?: member<any>; } export declare function AssetLoader_A(props: AssetLoader_AInput): any; //# sourceMappingURL=AssetLoader_A.d.ts.map