UNPKG

@progress/kendo-angular-ripple

Version:
10 lines (9 loc) 578 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { RippleContainerDirective } from "./ripple-container.directive"; /** * Utility array that contains all `@progress/kendo-angular-ripple` related directives. */ export const KENDO_RIPPLE = [RippleContainerDirective];