UNPKG

neos-script

Version:

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

10 lines 326 B
import { member } from "../../../core"; export interface SnapPointInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; SnapParent?: member<any>; } export declare function SnapPoint(props: SnapPointInput): any; //# sourceMappingURL=SnapPoint.d.ts.map