@xyo-network/react-node
Version:
Common React library for all XYO projects that use React
9 lines • 362 B
TypeScript
import type { FlexBoxProps } from '@xylabs/react-flexbox';
import type { NodeInstance } from '@xyo-network/node-model';
import React from 'react';
export interface NodeBoxProps extends FlexBoxProps {
node?: string | WeakRef<NodeInstance>;
variant?: 'description';
}
export declare const NodeBox: React.FC<NodeBoxProps>;
//# sourceMappingURL=Node.d.ts.map