Skip to content

Commit 88c9327

Browse files
authored
Merge pull request #147 from bootstrap-styled/dev
test(index): fix wrong import
2 parents 05f6edc + a896e53 commit 88c9327

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ declare module '@bootstrap-styled/v4' {
431431
onOpened?: Function;
432432
onClosed?: Function;
433433
theme?: {
434+
'$enable-transitions'?: boolean;
434435
'$transition-collapse'?: string;
435436
};
436437
cssModule?: object;

src/tests/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const bootstrapStyled = require('../..');
1+
const bootstrapStyled = require('..');
22

33
describe('api exports', () => {
44
it('should have all exports defined', () => {

0 commit comments

Comments
 (0)