UNPKG

neos-script

Version:

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

13 lines 443 B
import { member } from "../../../core"; export interface AssetLoadStatusInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Assets?: member<any>; IsLoaded?: member<any>; LoadProgress?: member<any>; ProgressWeight?: member<any>; } export declare function AssetLoadStatus(props: AssetLoadStatusInput): any; //# sourceMappingURL=AssetLoadStatus.d.ts.map