Is there a typescript/react-based library for creating form with logical and/or fields

Is there a typescript/react-based library for creating form with logical and/or fields? User should be able to dynamically add fields and set a logical relation (AND/OR/NOT) between them.

Thank you for any input.