1.0.5 • Published 6 months ago

@types/react-anchor-link-smooth-scroll v1.0.5

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

Installation

npm install --save @types/react-anchor-link-smooth-scroll

Summary

This package contains type definitions for react-anchor-link-smooth-scroll (https://github.com/mauricevancooten/react-anchor-link-smooth-scroll#readme).

Details

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

index.d.ts

// Type definitions for react-anchor-link-smooth-scroll 1.0
// Project: https://github.com/mauricevancooten/react-anchor-link-smooth-scroll#readme
// Definitions by: Nicholas Newman <https://github.com/nicholas-newman1>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as React from 'react';

export interface AnchorLinkProps extends React.HTMLProps<HTMLAnchorElement> {
    offset?: string | number | (() => number) | undefined;
}

export default class AnchorLink extends React.Component<AnchorLinkProps> {}

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:24 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Nicholas Newman.

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago