Merge branch 'master' of https://github.com/primefaces/primevue
commit
4f460602f1
|
@ -1,5 +1,5 @@
|
|||
import Directive from 'vue';
|
||||
import { ObjectDirective } from 'vue';
|
||||
|
||||
declare interface Ripple extends Directive {}
|
||||
declare const Ripple: ObjectDirective;
|
||||
|
||||
export default Ripple;
|
||||
export default Ripple;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import Directive from 'vue';
|
||||
import { ObjectDirective } from 'vue';
|
||||
|
||||
declare interface Tooltip extends Directive {}
|
||||
declare const Tooltip: ObjectDirective;
|
||||
|
||||
export default Tooltip;
|
||||
export default Tooltip;
|
||||
|
|
Loading…
Reference in New Issue