Jesus sucks
This commit is contained in:
10
backend/frontend/node_modules/react-bootstrap/cjs/FormSelect.d.ts
generated
vendored
Normal file
10
backend/frontend/node_modules/react-bootstrap/cjs/FormSelect.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { BsPrefixOnlyProps, BsPrefixRefForwardingComponent } from './helpers';
|
||||
export interface FormSelectProps extends BsPrefixOnlyProps, Omit<React.SelectHTMLAttributes<HTMLSelectElement>, 'size'> {
|
||||
htmlSize?: number;
|
||||
size?: 'sm' | 'lg';
|
||||
isValid?: boolean;
|
||||
isInvalid?: boolean;
|
||||
}
|
||||
declare const FormSelect: BsPrefixRefForwardingComponent<'select', FormSelectProps>;
|
||||
export default FormSelect;
|
||||
Reference in New Issue
Block a user