UNPKG

neos-script

Version:

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

13 lines 449 B
import { member } from "../../../core"; export interface Approximately_Double4Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; A?: member<any>; B?: member<any>; Epsilon?: member<any>; } export declare function Approximately_Double4(props: Approximately_Double4Input): any; //# sourceMappingURL=Approximately_Double4.d.ts.map