We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I like the library however am unable to use it in my Typescript project. Any plan on adding the type files? Thanks!
The text was updated successfully, but these errors were encountered:
I don't know if this is totally right, but it may help you. Add it to your types folder.
types
declare module 'react-anchor-link-smooth-scroll' { interface Props { href: string; offset?: function | number; onClick?: (e: Event) => void; [key: string]: any; } export default class AnchorLink extends React.Component<Props> {} }
Sorry, something went wrong.
@luismramirezr Thanks, I'll give it a spin.
@luismramirezr You should open a PR or submit your code to https://github.com/DefinitelyTyped/DefinitelyTyped!
No branches or pull requests
Hi, I like the library however am unable to use it in my Typescript project. Any plan on adding the type files? Thanks!
The text was updated successfully, but these errors were encountered: