Skip to content

Improve typings on all components #388

@franciscrispin

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.

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