glints-aries icon indicating copy to clipboard operation
glints-aries copied to clipboard

Improve typings on all components

Open franciscrispin opened this issue 5 years ago • 0 comments

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.

franciscrispin avatar Jun 25 '20 01:06 franciscrispin