Gazebo_simulation-Frontend/node_modules/react-bootstrap/esm/FormCheckLabel.d.ts

16 lines
305 B
TypeScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
import * as React from 'react';
import { BsPrefixComponent } from './helpers';
export interface FormCheckLabelProps {
htmlFor?: string;
innerRef?: React.LegacyRef<this>;
}
declare class FormCheckLabel extends BsPrefixComponent<
'label',
FormCheckLabelProps
> {}
export default FormCheckLabel;