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.
2 parents 05f6edc + a896e53 commit 88c9327Copy full SHA for 88c9327
index.d.ts
@@ -431,6 +431,7 @@ declare module '@bootstrap-styled/v4' {
431
onOpened?: Function;
432
onClosed?: Function;
433
theme?: {
434
+ '$enable-transitions'?: boolean;
435
'$transition-collapse'?: string;
436
};
437
cssModule?: object;
src/tests/index.test.js
@@ -1,4 +1,4 @@
1
-const bootstrapStyled = require('../..');
+const bootstrapStyled = require('..');
2
3
describe('api exports', () => {
4
it('should have all exports defined', () => {
0 commit comments