figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

Update strokeWeight return to include mixed #175

Closed bschlenk closed 1 year ago

bschlenk commented 1 year ago

I'll be enabling ee_ind_borders_plugin_api soon which makes strokeWeight return mixed if individual stroke weight values are used per side. This updates the plugin typings to reflect this.

Related docs change: https://github.com/figma/figma/pull/77996