diff --git a/src/core/core.ts b/src/core/core.ts index 1ff67fb999e3..56454fefea5f 100644 --- a/src/core/core.ts +++ b/src/core/core.ts @@ -4,3 +4,6 @@ export * from './rtl/dir'; // Portals export * from './portal/portal'; export * from './portal/portal-directives'; + +// Gestures +export * from './gestures/MdGestureConfig'; \ No newline at end of file