Skip to content

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

Description

@eta-orionis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions