mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import { ObjectDirective } from 'vue';
|
|
|
|
declare const Ripple: ObjectDirective;
|
|
|
|
export default Ripple;
|