UNPKG

neos-script

Version:

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

17 lines 544 B
import { member } from "../../../core"; export interface SampleColorInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Point?: member<any>; Direction?: member<any>; Reference?: member<any>; NearClip?: member<any>; FarClip?: member<any>; OnSampleStart?: member<any>; OnSampled?: member<any>; } export declare function SampleColor(props: SampleColorInput): any; //# sourceMappingURL=SampleColor.d.ts.map