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) 506 B
import React from 'react'; import { IInputCounterStandAlone } from './types/inputCounter'; export declare const InputCounterStandAloneComponent: <V extends string | unknown>(props: IInputCounterStandAlone<V>, ref: React.ForwardedRef<HTMLInputElement | undefined | null>) => JSX.Element; declare const InputCounterStandAlone: <V extends string | unknown>(props: IInputCounterStandAlone<V> & { ref?: React.ForwardedRef<HTMLInputElement | undefined>; }) => JSX.Element; export { InputCounterStandAlone };