@types/react-scroll-into-view-if-needed
TypeScript icon, indicating that this package has built-in type declarations

2.1.5 • Public • Published

Installation

npm install --save @types/react-scroll-into-view-if-needed

Summary

This package contains type definitions for react-scroll-into-view-if-needed (https://github.com/icd2k3/react-scroll-into-view-if-needed#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-scroll-into-view-if-needed.

index.d.ts

import * as React from "react";
import * as ScrollIntoViewIfNeeded from "scroll-into-view-if-needed";

export interface ReactScrollIntoViewIfNeededProps extends React.HTMLProps<HTMLElement> {
    options?: ScrollIntoViewIfNeeded.Options | undefined;
    active?: boolean | undefined;
    elementType?: keyof React.JSX.IntrinsicElements | undefined;
}

export default class ReactScrollIntoViewIfNeeded extends React.Component<
    ReactScrollIntoViewIfNeededProps
> {}

Additional Details

Credits

These definitions were written by Angus Fretwell, Allan Pope, and Jonathan Ly.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.1.56,006ts5.4
2.1.56,006ts5.3
2.1.56,006ts5.2
2.1.56,006ts5.1
2.1.56,006ts5.0
2.1.56,006ts4.9
2.1.56,006ts5.6
2.1.56,006ts4.7
2.1.56,006ts4.6
2.1.56,006latest
2.1.56,006ts5.7
2.1.56,006ts5.8
2.1.56,006ts4.8
2.1.56,006ts5.5
2.1.56,006ts5.9
2.1.11,448ts3.8
2.1.11,448ts3.7
2.1.11,448ts3.6
2.1.11,448ts4.4
2.1.11,448ts4.3
2.1.11,448ts4.2
2.1.11,448ts4.1
2.1.11,448ts4.0
2.1.11,448ts3.9
2.1.015ts2.9
2.1.015ts3.5
2.1.015ts3.4
2.1.015ts3.3
2.1.015ts3.2
2.1.015ts3.1
2.1.015ts3.0
2.1.40ts4.5

Version History

VersionDownloads (Last 7 Days)Published
2.1.56,006
2.1.40
2.1.32
2.1.20
2.1.11,448
2.1.015

Package Sidebar

Install

npm i @types/react-scroll-into-view-if-needed

Weekly Downloads

7,296

Version

2.1.5

License

MIT

Unpacked Size

4.3 kB

Total Files

5

Last publish

Collaborators

  • types