mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #3802 - Improve folder structure for nuxt configurations
This commit is contained in:
parent
851950270b
commit
f5fe822afb
563 changed files with 1703 additions and 1095 deletions
28
components/lib/ripple/Ripple.d.ts
vendored
Normal file
28
components/lib/ripple/Ripple.d.ts
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
/**
|
||||
*
|
||||
* Ripple directive adds ripple effect to the host element.
|
||||
*
|
||||
* [Live Demo](https://primevue.org/ripple)
|
||||
*
|
||||
* @module ripple
|
||||
*/
|
||||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||
|
||||
/**
|
||||
* Binding of Ripple directive.
|
||||
*/
|
||||
export interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {}
|
||||
|
||||
/**
|
||||
* **PrimeVue - Ripple**
|
||||
*
|
||||
* _Ripple directive adds ripple effect to the host element._
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/ripple/)
|
||||
* --- ---
|
||||
* 
|
||||
*
|
||||
*/
|
||||
declare const Ripple: ObjectDirective;
|
||||
|
||||
export default Ripple;
|
Loading…
Add table
Add a link
Reference in a new issue