@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
6 lines (5 loc) • 301 B
TypeScript
/// <reference types="react" />
import { ITextFieldProps } from '../TextField';
export { ICounterProps } from './Counter.props';
export declare const InputCounter: ({ value, className, onChange }: Pick<ITextFieldProps, 'value' | 'className' | 'onChange'>) => JSX.Element;
export default InputCounter;