/**
 * Material Ripple component
 * @module @nativescript-community/ui-material-ripple
 */

import { RippleBase } from './ripple-common';

export class Ripple extends RippleBase {}
