UNPKG

@syncfusion/react-inputs

Version:

Syncfusion React Input package is a feature-rich collection of UI components, including Textbox, Textarea, Numeric-textbox and Form, designed to capture user input in React applications.

9 lines (8 loc) 218 B
/** * NumericTextBox all modules */ export * from './numeric-textbox/index'; export * from './textbox/index'; export * from './textarea/index'; export * from './form-validator/index'; export * from './common/index';