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_DoubleQInput { 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_DoubleQ(props: Approximately_DoubleQInput): any; //# sourceMappingURL=Approximately_DoubleQ.d.ts.map