vue-parallax-js icon indicating copy to clipboard operation
vue-parallax-js copied to clipboard

add typescript support

Open 40818419 opened this issue 7 years ago • 0 comments

possible temporary solution:

declare module 'vue-parallax-js' {
  const n: any;
  export = n;
}

40818419 avatar Jul 25 '18 07:07 40818419