mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
fix some failing tests
This commit is contained in:
91
types/react-bootstrap/index.d.ts
vendored
91
types/react-bootstrap/index.d.ts
vendored
@@ -12,95 +12,6 @@
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as React from 'react';
|
||||
import {
|
||||
Accordion,
|
||||
Alert,
|
||||
Badge,
|
||||
Breadcrumb,
|
||||
BreadcrumbItem,
|
||||
Button,
|
||||
ButtonGroup,
|
||||
ButtonToolbar,
|
||||
Carousel,
|
||||
CarouselCaption,
|
||||
CarouselItem,
|
||||
Checkbox,
|
||||
Clearfix,
|
||||
Col,
|
||||
Collapse,
|
||||
ControlLabel,
|
||||
Dropdown,
|
||||
DropdownButton,
|
||||
DropdownMenu,
|
||||
DropdownToggle,
|
||||
Fade,
|
||||
Form,
|
||||
FormControl,
|
||||
FormControlFeedback,
|
||||
FormControlStatic,
|
||||
FormGroup,
|
||||
Glyphicon,
|
||||
Grid,
|
||||
HelpBlock,
|
||||
Image,
|
||||
InputGroup,
|
||||
InputGroupAddon,
|
||||
InputGroupButton,
|
||||
Jumbotron,
|
||||
Label,
|
||||
ListGroup,
|
||||
ListGroupItem,
|
||||
Media,
|
||||
MediaBody,
|
||||
MediaHeading,
|
||||
MediaLeft,
|
||||
MediaList,
|
||||
MediaListItem,
|
||||
MediaRight,
|
||||
MenuItem,
|
||||
Modal,
|
||||
ModalBody,
|
||||
ModalDialog,
|
||||
ModalFooter,
|
||||
ModalHeader,
|
||||
ModalTitle,
|
||||
Nav,
|
||||
Navbar,
|
||||
NavbarBrand,
|
||||
NavbarCollapse,
|
||||
NavbarHeader,
|
||||
NavbarToggle,
|
||||
NavDropdown,
|
||||
NavItem,
|
||||
Overlay,
|
||||
OverlayTrigger,
|
||||
PageHeader,
|
||||
PageItem,
|
||||
Pager,
|
||||
PagerItem,
|
||||
Pagination,
|
||||
PaginationButton,
|
||||
Panel,
|
||||
PanelGroup,
|
||||
Popover,
|
||||
ProgressBar,
|
||||
Radio,
|
||||
ResponsiveEmbed,
|
||||
Row,
|
||||
SafeAnchor,
|
||||
SplitButton,
|
||||
SplitToggle,
|
||||
Tab,
|
||||
TabContainer,
|
||||
TabContent,
|
||||
Table,
|
||||
TabPane,
|
||||
Tabs,
|
||||
Thumbnail,
|
||||
Tooltip,
|
||||
Well,
|
||||
utils,
|
||||
} from './lib';
|
||||
|
||||
export type Sizes = 'xs' | 'xsmall' | 'sm' | 'small' | 'medium' | 'lg' | 'large';
|
||||
|
||||
@@ -211,4 +122,4 @@ export {
|
||||
Tooltip,
|
||||
Well,
|
||||
utils,
|
||||
};
|
||||
} from './lib';
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
// TODO
|
||||
@@ -16,11 +16,16 @@
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noUnusedLocals": true
|
||||
"noUnusedLocals": false
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"lib/utils/capitalize.d.ts",
|
||||
"test/react-bootstrap-tests.tsx",
|
||||
"test/react-bootstrap-individual-components-tests.tsx"
|
||||
"test/react-bootstrap-individual-components-tests.tsx",
|
||||
"lib/utils/deprecationWarning.d.ts",
|
||||
"lib/utils/PropTypes.d.ts",
|
||||
"lib/utils/splitComponentProps.d.ts",
|
||||
"lib/utils/StyleConfig.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user