You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 line
162 B

  1. import Vue from 'vue'
  2. declare module 'vue/types/vue' {
  3. interface Vue {
  4. $redrawVueMasonry (id:string): void
  5. $redrawVueMasonry (): void
  6. }
  7. }