UNPKG

5.96 kBTypeScriptView Raw
1// These type definitions were originally from DefinitelyTyped
2// They have since been incorporated into this project directly
3//
4// Project: https://github.com/react-bootstrap/react-bootstrap
5// Adapted from v0.32 Definitions by: Richard Davies <https://github.com/rathga>
6// [....others....]
7// v0.32 Definitions by: Walker Burgin <https://github.com/walkerburgin>,
8// Vincent Siao <https://github.com/vsiao>,
9// Danilo Barros <https://github.com/danilojrr>,
10// Batbold Gansukh <https://github.com/Batbold-Gansukh>,
11// Raymond May Jr. <https://github.com/octatone>,
12// Cheng Sieu Ly <https://github.com/chengsieuly>,
13// Mercedes Retolaza <https://github.com/mretolaza>,
14// Kat Busch <https://github.com/katbusch>,
15// Vito Samson <https://github.com/vitosamson>,
16// Karol Janyst <https://github.com/LKay>
17// Aaron Beall <https://github.com/aaronbeall>
18// Johann Rakotoharisoa <https://github.com/jrakotoharisoa>
19// Andrew Makarov <https://github.com/r3nya>
20// Duong Tran <https://github.com/t49tran>
21// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
22// TypeScript Version: 3.0
23
24export { default as Accordion, AccordionProps } from './Accordion';
25export {
26 default as AccordionCollapse,
27 AccordionCollapseProps,
28} from './AccordionCollapse';
29export {
30 default as AccordionToggle,
31 AccordionToggleProps,
32} from './AccordionToggle';
33export { default as Alert, AlertProps } from './Alert';
34export { default as Badge, BadgeProps } from './Badge';
35export { default as Breadcrumb, BreadcrumbProps } from './Breadcrumb';
36export {
37 default as BreadcrumbItem,
38 BreadcrumbItemProps,
39} from './BreadcrumbItem';
40export { default as Button, ButtonProps } from './Button';
41export { default as ButtonGroup, ButtonGroupProps } from './ButtonGroup';
42export { default as ButtonToolbar, ButtonToolbarProps } from './ButtonToolbar';
43export { default as Card, CardProps } from './Card';
44export { default as CardColumns } from './CardColumns';
45export { default as CardDeck } from './CardDeck';
46export { default as CardImg, CardImgProps } from './CardImg';
47export { default as CardGroup } from './CardGroup';
48export { default as Carousel, CarouselProps } from './Carousel';
49export { default as CarouselItem } from './CarouselItem';
50export { default as CloseButton, CloseButtonProps } from './CloseButton';
51export { default as Col, ColProps } from './Col';
52export { default as Collapse, CollapseProps } from './Collapse';
53export { default as Dropdown, DropdownProps } from './Dropdown';
54export {
55 default as DropdownButton,
56 DropdownButtonProps,
57} from './DropdownButton';
58export { default as Fade, FadeProps } from './Fade';
59
60export { default as Form, FormProps } from './Form';
61export { default as FormControl, FormControlProps } from './FormControl';
62export { default as FormCheck, FormCheckProps } from './FormCheck';
63export { default as FormGroup, FormGroupProps } from './FormGroup';
64export { default as FormLabel, FormLabelProps } from './FormLabel';
65export { default as FormText, FormTextProps } from './FormText';
66
67export { default as Container, ContainerProps } from './Container';
68export { default as Image, ImageProps } from './Image';
69export { default as Figure } from './Figure';
70export { default as InputGroup, InputGroupProps } from './InputGroup';
71export { default as Jumbotron, JumbotronProps } from './Jumbotron';
72export { default as ListGroup, ListGroupProps } from './ListGroup';
73export { default as ListGroupItem, ListGroupItemProps } from './ListGroupItem';
74export { default as Media } from './Media';
75export { default as Modal, ModalProps } from './Modal';
76export { default as ModalBody } from './ModalBody';
77export { default as ModalDialog, ModalDialogProps } from './ModalDialog';
78export { default as ModalFooter } from './ModalFooter';
79export { default as ModalTitle } from './ModalTitle';
80export { default as Nav, NavProps } from './Nav';
81export { default as Navbar, NavbarProps } from './Navbar';
82export { default as NavbarBrand, NavbarBrandProps } from './NavbarBrand';
83export { default as NavDropdown, NavDropdownProps } from './NavDropdown';
84export { default as NavItem, NavItemProps } from './NavItem';
85export { default as Overlay, OverlayProps } from './Overlay';
86export {
87 default as OverlayTrigger,
88 OverlayTriggerProps,
89} from './OverlayTrigger';
90export { default as PageItem, PageItemProps } from './PageItem';
91export { default as Pagination, PaginationProps } from './Pagination';
92
93export { default as Popover, PopoverProps } from './Popover';
94export { default as PopoverTitle } from './PopoverTitle';
95export { default as PopoverContent } from './PopoverContent';
96export { default as ProgressBar, ProgressBarProps } from './ProgressBar';
97export {
98 default as ResponsiveEmbed,
99 ResponsiveEmbedProps,
100} from './ResponsiveEmbed';
101export { default as Row, RowProps } from './Row';
102export { default as SafeAnchor, SafeAnchorProps } from './SafeAnchor';
103export { default as Spinner, SpinnerProps } from './Spinner';
104export { default as SplitButton, SplitButtonProps } from './SplitButton';
105export { default as Tab, TabProps } from './Tab';
106export { default as TabContainer, TabContainerProps } from './TabContainer';
107export { default as TabContent } from './TabContent';
108export { default as Table, TableProps } from './Table';
109export { default as TabPane, TabPaneProps } from './TabPane';
110export { default as Tabs, TabsProps } from './Tabs';
111export { default as ThemeProvider, ThemeProviderProps } from './ThemeProvider';
112export { default as ToggleButton, ToggleButtonProps } from './ToggleButton';
113export {
114 default as ToggleButtonGroup,
115 ToggleButtonCheckboxProps,
116 ToggleButtonGroupProps,
117 ToggleButtonRadioProps,
118} from './ToggleButtonGroup';
119export { default as Tooltip, TooltipProps } from './Tooltip';