forked from valor-software/ngx-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathng2-bootstrap.d.ts
More file actions
24 lines (24 loc) · 956 Bytes
/
ng2-bootstrap.d.ts
File metadata and controls
24 lines (24 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import { Collapse } from './components/collapse';
import { Rating } from './components/rating';
import { Timepicker } from './components/timepicker';
export * from './components/accordion';
export * from './components/alert';
export * from './components/buttons';
export * from './components/carousel';
export * from './components/collapse';
export * from './components/datepicker';
export * from './components/dropdown';
export * from './components/pagination';
export * from './components/progressbar';
export * from './components/rating';
export * from './components/tabs';
export * from './components/timepicker';
export * from './components/tooltip';
export * from './components/typeahead';
export * from './components/position';
export * from './components/common';
export * from './components/ng2-bootstrap-config';
declare var _default: {
directives: (any[] | typeof Collapse | typeof Rating | typeof Timepicker)[];
};
export default _default;