UNPKG

@wordpress/components

Version:
6 lines 495 B
import type { InputRangeProps } from './types'; declare const ForwardedComponent: import("react").ForwardRefExoticComponent<InputRangeProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "children" | "as" | keyof InputRangeProps> & { as?: keyof JSX.IntrinsicElements | undefined; } & import("react").RefAttributes<HTMLInputElement>>; export default ForwardedComponent; //# sourceMappingURL=input-range.d.ts.map