0.0.5 • Published 6 months ago

@types/react-scroll-rotate v0.0.5

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

Installation

npm install --save @types/react-scroll-rotate

Summary

This package contains type definitions for react-scroll-rotate (https://github.com/giladk/react-scroll-rotate#readme).

Details

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

index.d.ts

// Type definitions for react-scroll-rotate 0.0
// Project: https://github.com/giladk/react-scroll-rotate#readme
// Definitions by: Alex Bukurov <https://github.com/abukurov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

export interface ScrollRotateProps {
  target?: string | undefined;
  throttle?: number | undefined;
  from?: number | undefined;
  to?: number | undefined;
  method?: 'px' | 'perc' | undefined;
  loops?: number | undefined;
  animationDuration?: number | undefined;
  children: React.ReactNode;
}

export class ScrollRotate extends React.Component<ScrollRotateProps> {}

Additional Details

  • Last updated: Tue, 24 Aug 2021 00:31:28 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Alex Bukurov.

0.0.3

8 months ago

0.0.5

6 months ago

0.0.4

7 months ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

5 years ago