UNPKG

@react-input/core

Version:

The core of the packages included in the `@react-input` scope.

7 lines (6 loc) 318 B
export { default as createProxy } from './createProxy'; export { default as Input } from './Input'; export { default as SyntheticChangeError } from './SyntheticChangeError'; export { default as useConnectedRef } from './useConnectedRef'; export { default as useInput } from './useInput'; export type * from './types';