UNPKG

@wordpress/components

Version:
4 lines 439 B
import type { InputFieldProps } from './types'; declare const ForwardedComponent: import("react").ForwardRefExoticComponent<InputFieldProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "children" | "as" | keyof InputFieldProps> & import("react").RefAttributes<HTMLInputElement>>; export default ForwardedComponent; //# sourceMappingURL=input-field.d.ts.map