diff --git a/packages/mdc-ripple/index.js b/packages/mdc-ripple/index.js index 6fd7b656216..1f0b5f21b7f 100644 --- a/packages/mdc-ripple/index.js +++ b/packages/mdc-ripple/index.js @@ -20,7 +20,7 @@ import {supportsCssVariables, getMatchesProperty} from './util'; const MATCHES = getMatchesProperty(HTMLElement.prototype); -export {MDCRippleFoundation}; +export {MDCRippleFoundation, getMatchesProperty}; export class MDCRipple extends MDCComponent { static attachTo(root, {isUnbounded = undefined} = {}) {