Jesus sucks
This commit is contained in:
10
backend/frontend/node_modules/react-bootstrap/cjs/FormCheckInput.d.ts
generated
vendored
Normal file
10
backend/frontend/node_modules/react-bootstrap/cjs/FormCheckInput.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
||||
type FormCheckInputType = 'checkbox' | 'radio';
|
||||
export interface FormCheckInputProps extends BsPrefixProps, React.InputHTMLAttributes<HTMLInputElement> {
|
||||
type?: FormCheckInputType;
|
||||
isValid?: boolean;
|
||||
isInvalid?: boolean;
|
||||
}
|
||||
declare const FormCheckInput: BsPrefixRefForwardingComponent<'input', FormCheckInputProps>;
|
||||
export default FormCheckInput;
|
||||
Reference in New Issue
Block a user