Skip to content

Commit 5174215

Browse files
authored
🤖 Merge PR DefinitelyTyped#65254 [react-scroll] Add new prop type for Link Component by @hyeewooon
1 parent ce72dcb commit 5174215

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • types/react-scroll/modules/components

‎types/react-scroll/modules/components/Link.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface ReactScrollLinkProps {
1919
onSetInactive?(to: string, element: HTMLElement): void;
2020
ignoreCancelEvents?: boolean | undefined;
2121
saveHashHistory?: boolean | undefined;
22+
spyThrottle?: number | undefined;
2223
}
2324

2425
export type LinkProps = ReactScrollLinkProps & React.HTMLProps<HTMLButtonElement>;

0 commit comments

Comments
 (0)