UNPKG

infinity-forge

Version:
7 lines (6 loc) 297 B
import { InputProps } from '../../../../ui/index.js'; import { InputCepProps } from './interfaces.js'; export declare function InputCep<T = any>(props: InputCepProps<T> & { disableSearchCep?: boolean; onChangeMode?: InputProps['onChangeMode']; }): import("react/jsx-runtime").JSX.Element;