Skip to content

Commit 0d04e01

Browse files
karahansl
authored andcommitted
fix(gestures): export gesture config as part of core (#488)
1 parent 64c4d62 commit 0d04e01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/core.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ export * from './rtl/dir';
44
// Portals
55
export * from './portal/portal';
66
export * from './portal/portal-directives';
7+
8+
// Gestures
9+
export * from './gestures/MdGestureConfig';

0 commit comments

Comments
 (0)