UNPKG

neos-script

Version:

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

11 lines 379 B
import { member } from "../../../core"; export interface CeilToInt_DoubleInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; N?: member<any>; } export declare function CeilToInt_Double(props: CeilToInt_DoubleInput): any; //# sourceMappingURL=CeilToInt_Double.d.ts.map