UNPKG

infinity-forge

Version:
3 lines (2 loc) 158 B
import { InputCepProps } from './interfaces.js'; export declare function InputCep<T = any>(props: InputCepProps<T>): import("react/jsx-runtime").JSX.Element;