UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

8 lines (7 loc) 311 B
import { Widget } from '@sage-bionetworks/rjsf-core'; /** * This TextWidget is almost identical to the rjsf TextWidget, except we handle numbers like strings to prevent issues if * the actual annotation data is not a string. */ export declare const CustomTextWidget: Widget; export default CustomTextWidget;