UNPKG

@wordpress/components

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