Skip to content

Feature Request: Typescript support #163

@olivercoad

Description

@olivercoad

This should include the declaration of the tag name so that one can use it in jsx without typescript complaining.

declare global {
  interface HTMLElementTagNameMap {
    'range-slider': RangeSliderElement;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions