liamrdawson / photography-v2.0

A modern photography website leveraging TypeScript, Next and React. Using my custom built component library based on Atomic Design principles.
1 stars 0 forks source link

Button.tsx - revise props: any #5

Closed liamrdawson closed 3 years ago

liamrdawson commented 3 years ago

props: any is being used as a workaround for the following ts warning

Property 'colour' does not exist on type 'object'. ts(2339)

Investigate to see if there's a better way to implement types here to avoid loose definitions.