-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The example from the docs
import { RevealJS, Slide, H } from 'revealjs-react';results in alert in typescript
Could not find a declaration file for module 'revealjs-react'. '/Users/me/project/node_modules/revealjs-react/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/revealjs-react` if it exists or add a new declaration (.d.ts) file containing `declare module 'revealjs-react';`ts(7016)
looks like @types/revealjs-react has not been created yet
npm i --D @types/revealjs-react
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2frevealjs-react - Not found
This library would be more attractive to professional developers with typescript support. I could lend a hand in contributing to that end if wanted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels