Skip to content

Commit fe61771

Browse files
committed
feat(micro-journey): add export of bolt connection is
1 parent 6ec09e6 commit fe61771

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/micro-journeys/src/connection.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import schema from './connection.schema';
66

77
let cx = classNames.bind(styles);
88

9+
const boltConnectionIs = 'bolt-connection';
910
@define
1011
class BoltConnection extends withLitContext() {
11-
static is = 'bolt-connection';
12+
static is = boltConnectionIs;
1213

1314
static props = {
1415
noShadow: {
@@ -74,4 +75,4 @@ class BoltConnection extends withLitContext() {
7475
}
7576
}
7677

77-
export { BoltConnection };
78+
export { BoltConnection, boltConnectionIs };

0 commit comments

Comments
 (0)