@types/react-scroll
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -8,3 +8,3 @@ // Type definitions for react-scroll 1.8 | ||
import * as ReactScroll from './modules/index'; | ||
import * as ReactScroll from "./modules/index"; | ||
export = ReactScroll; |
@@ -1,3 +0,3 @@ | ||
import * as React from 'react'; | ||
import { ReactScrollLinkProps } from './Link'; | ||
import * as React from "react"; | ||
import { ReactScrollLinkProps } from "./Link"; | ||
@@ -4,0 +4,0 @@ export type ButtonProps = ReactScrollLinkProps & React.HTMLProps<HTMLButtonElement>; |
@@ -1,2 +0,2 @@ | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -3,0 +3,0 @@ export interface ElementProps extends React.HTMLProps<HTMLDivElement> { |
@@ -1,2 +0,2 @@ | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -3,0 +3,0 @@ export interface ReactScrollLinkProps { |
@@ -1,13 +0,13 @@ | ||
export { default as Button } from './components/Button'; | ||
export { default as Element } from './components/Element'; | ||
export { default as Link, LinkProps } from './components/Link'; | ||
export { Helpers } from './mixins/Helpers'; | ||
export { default as Events } from './mixins/scroll-events'; | ||
export { default as ScrollElement, ScrollElementProps } from './mixins/scroll-element'; | ||
export { default as ScrollLink, ScrollLinkProps } from './mixins/scroll-link'; | ||
export { default as scrollSpy } from './mixins/scroll-spy'; | ||
export { default as Button } from "./components/Button"; | ||
export { default as Element } from "./components/Element"; | ||
export { default as Link, LinkProps } from "./components/Link"; | ||
export { Helpers } from "./mixins/Helpers"; | ||
export { default as ScrollElement, ScrollElementProps } from "./mixins/scroll-element"; | ||
export { default as Events } from "./mixins/scroll-events"; | ||
export { default as ScrollLink, ScrollLinkProps } from "./mixins/scroll-link"; | ||
export { default as scrollSpy } from "./mixins/scroll-spy"; | ||
import * as scroller from './mixins/scroller'; | ||
import * as animateScroll from './mixins/animate-scroll'; | ||
import * as animateScroll from "./mixins/animate-scroll"; | ||
import * as scroller from "./mixins/scroller"; | ||
export { animateScroll, scroller }; |
@@ -1,2 +0,2 @@ | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -3,0 +3,0 @@ export type ScrollElementProps<P> = P & { |
@@ -1,7 +0,9 @@ | ||
import * as React from 'react'; | ||
import { ReactScrollLinkProps } from '../components/Link'; | ||
import { Scroller } from './scroller'; | ||
import * as React from "react"; | ||
import { ReactScrollLinkProps } from "../components/Link"; | ||
import { Scroller } from "./scroller"; | ||
export type ScrollLinkProps<P> = ReactScrollLinkProps & | ||
P & { | ||
export type ScrollLinkProps<P> = | ||
& ReactScrollLinkProps | ||
& P | ||
& { | ||
container?: HTMLElement | undefined; | ||
@@ -8,0 +10,0 @@ }; |
{ | ||
"name": "@types/react-scroll", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "TypeScript definitions for react-scroll", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-scroll", | ||
}, | ||
"typesPublisherContentHash": "64f1cbf628d84bad53eed281cb497af663b9dd5ef3b9a2fea85d54d704b832cb", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "76a90baa635e17f5c3a745d447a3007fb245967d0aa20f760cf5e9840d75aa22", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 02 May 2023 01:02:50 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7934
123