@wordpress/components
Version:
UI components for WordPress.
6 lines • 495 B
TypeScript
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