Skip to content

Improve typings on all components #388

Description

@franciscrispin

Each component should extend the props of it's own native element e.g. for Button

interface Props extends React.HTMLProps<HTMLButtonElement> {
  ...
}

Will have to figure out a way to to make the typings work when the Button is used as an anchor too though.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions