@progress/kendo-react-ripple
Version:
React Ripple provides the Material ink ripple effect. KendoReact Ripple package
13 lines (12 loc) • 459 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
"use client";
import { Ripple as o } from "./Ripple.mjs";
export {
o as Ripple
};