Type alias NodeProps

NodeProps: {
    className?: string;
    node: UiNode;
} & NodeOverrideProps

Generated using TypeDoc