Skip to content

Commit 82b150b

Browse files
committed
- renamed the react-bootstrap-typescript.d.ts file to index.d.ts because it appears this is the default name according to the typescript documentation
- modified index.js to re-export the react-bootstrap symbols as it's own, in order to make importing the module easier in your source code
1 parent 6e07008 commit 82b150b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
exports.printMsg = function() {
2-
console.log("This is a message from the React Bootstrap Typescript project");
3-
}
1+
'use strict';
2+
3+
module.exports = require("react-bootstrap");

0 commit comments

Comments
 (0)