UNPKG

neos-script

Version:

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

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