Jesus sucks
This commit is contained in:
13
backend/frontend/node_modules/react-bootstrap/esm/Switch.js
generated
vendored
Normal file
13
backend/frontend/node_modules/react-bootstrap/esm/Switch.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import FormCheck from './FormCheck';
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
const Switch = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/_jsx(FormCheck, {
|
||||
...props,
|
||||
ref: ref,
|
||||
type: "switch"
|
||||
}));
|
||||
Switch.displayName = 'Switch';
|
||||
export default Object.assign(Switch, {
|
||||
Input: FormCheck.Input,
|
||||
Label: FormCheck.Label
|
||||
});
|
||||
Reference in New Issue
Block a user