We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e07008 commit 82b150bCopy full SHA for 82b150b
react-bootstrap-typescript.d.ts renamed to index.d.ts
index.js
@@ -1,3 +1,3 @@
1
-exports.printMsg = function() {
2
- console.log("This is a message from the React Bootstrap Typescript project");
3
-}
+'use strict';
+
+module.exports = require("react-bootstrap");
0 commit comments