UNPKG

neos-script

Version:

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

10 lines 380 B
import { member } from "../../core"; export interface DesktopTextureProviderInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; DisplayIndex?: member<number>; } export declare function DesktopTextureProvider(props: DesktopTextureProviderInput): any; //# sourceMappingURL=DesktopTextureProvider.d.ts.map