Jesus sucks
This commit is contained in:
12
backend/frontend/node_modules/react-bootstrap/cjs/Switch.d.ts
generated
vendored
Normal file
12
backend/frontend/node_modules/react-bootstrap/cjs/Switch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as React from 'react';
|
||||
import { FormCheckProps } from './FormCheck';
|
||||
import { BsPrefixRefForwardingComponent } from './helpers';
|
||||
type SwitchProps = Omit<FormCheckProps, 'type'>;
|
||||
declare const _default: BsPrefixRefForwardingComponent<BsPrefixRefForwardingComponent<"input", FormCheckProps> & {
|
||||
Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>;
|
||||
Label: React.ForwardRefExoticComponent<import("./FormCheckLabel").FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>;
|
||||
}, SwitchProps> & {
|
||||
Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>;
|
||||
Label: React.ForwardRefExoticComponent<import("./FormCheckLabel").FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user