UNPKG

neos-script

Version:

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

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