Shopify / polaris

Shopify’s design system to help us work together to build a great experience for all of our merchants.
https://polaris.shopify.com
Other
5.78k stars 1.17k forks source link

types.d.ts BaseButton onClick type is unknown #11353

Open magnusheino opened 9 months ago

magnusheino commented 9 months ago

Issue summary

export interface BaseButton {

    /** Callback when clicked */
    onClick?(): unknown;

Specifications

daviareias commented 4 months ago

Probably related: https://github.com/Shopify/polaris/issues/11701