developit / developit/preact-markup
TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
Open
- Dominant language
- JavaScript
- Stars
- 207
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
The index.d.ts file declaring `class Markup extends Component...` (line 26) should read
`declare class Markup extends Component...`
Otherwise the newer versions of TS will complain.
PR #47 will resolve this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.