UNPKG

neos-script

Version:

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

16 lines 495 B
import { member } from "../../../core"; export interface DebugLineInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Point0?: member<any>; Point1?: member<any>; Color?: member<any>; Radius?: member<any>; Duration?: member<any>; OnDisplay?: member<any>; } export declare function DebugLine(props: DebugLineInput): any; //# sourceMappingURL=DebugLine.d.ts.map