preact-markup icon indicating copy to clipboard operation
preact-markup copied to clipboard

TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.

Open eta-orionis opened this issue 1 year ago • 0 comments

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.

eta-orionis avatar Feb 11 '24 16:02 eta-orionis