From d1f7cd4dca926fddb0025e5044d34ef7bd984a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 2 Mar 2023 14:11:01 +0300 Subject: [PATCH] Ripple .d.ts updated --- components/ripple/Ripple.d.ts | 23 ++++++++++++++++++++++- pages/ripple/index.vue | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/components/ripple/Ripple.d.ts b/components/ripple/Ripple.d.ts index 3a7786254..e204dd690 100644 --- a/components/ripple/Ripple.d.ts +++ b/components/ripple/Ripple.d.ts @@ -1,5 +1,26 @@ -import { ObjectDirective } from 'vue'; +/** + * + * Ripple directive adds ripple effect to the host element. + * + * - [Live Demo](https://primevue.org/ripple) + */ +import { DirectiveBinding, ObjectDirective } from 'vue'; +/** + * Binding of Ripple directive. + */ +export interface RippleDirectiveBinding extends Omit {} + +/** + * **PrimeVue - Ripple** + * + * _Ripple directive adds ripple effect to the host element._ + * + * [Live Demo](https://www.primevue.org/ripple/) + * --- --- + * ![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg) + * + */ declare const Ripple: ObjectDirective; export default Ripple; diff --git a/pages/ripple/index.vue b/pages/ripple/index.vue index 5c57f9314..056804df5 100644 --- a/pages/ripple/index.vue +++ b/pages/ripple/index.vue @@ -1,5 +1,5 @@