UNPKG

infinity-forge

Version:
6 lines (5 loc) 220 B
import { InputProps } from "../interfaces.js"; export type InputURLProps = { inputUrlObserve?: string; }; export declare function InputURL(props: InputURLProps & InputProps): import("react/jsx-runtime").JSX.Element;