1.0.5 • Published 6 months ago

@types/vue-scroll-up v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/vue-scroll-up

Summary

This package contains type definitions for vue-scroll-up (https://github.com/runkids/Vue-Scroll-Up).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-scroll-up.

index.d.ts

// Type definitions for vue-scroll-up 1.0
// Project: https://github.com/runkids/Vue-Scroll-Up
// Definitions by: Vít Stanislav <https://github.com/slaweet>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import Vue from 'vue';

declare class VueScrollUp extends Vue {
  scrollDuration?: number | undefined;
  scrollY?: number | undefined;
}

export default VueScrollUp;

Additional Details

  • Last updated: Fri, 02 Jul 2021 18:05:11 GMT
  • Dependencies: @types/vue
  • Global values: none

Credits

These definitions were written by Vít Stanislav.

1.0.2

8 months ago

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.1

3 years ago

1.0.0

3 years ago