UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines (7 loc) 322 B
import React from 'react'; import { IInputUnControlled } from './types/input'; declare const InputUnControlled: <V extends string | unknown>(props: IInputUnControlled<V> & { ref?: React.ForwardedRef<HTMLInputElement | undefined>; }) => JSX.Element; export { InputUnControlled }; export { InputUnControlled as Input };