UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React

7 lines (6 loc) 345 B
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;