react-bootstrap-v5
Version:
Bootstrap 4 components built with React
7 lines (6 loc) • 345 B
TypeScript
import React from 'react';
import { BsPrefixAndClassNameOnlyProps, BsPrefixRefForwardingComponent } from './helpers';
export interface FormRangeProps extends BsPrefixAndClassNameOnlyProps, React.InputHTMLAttributes<HTMLInputElement> {
}
declare const FormRange: BsPrefixRefForwardingComponent<'input', FormRangeProps>;
export default FormRange;