UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

8 lines 323 B
import { Widget } from '@rjsf/utils'; /** * 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 TextWidget: Widget; export default TextWidget; //# sourceMappingURL=TextWidget.d.ts.map