figma / plugin-typings

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

plugins: add plugin typings for getRangeFontWeight #153

Closed Roystbeef closed 2 years ago

Roystbeef commented 2 years ago

https://github.com/figma/plugin-typings/pull/148 added types for fontWeight to StyledTextSegment but we also added getRangeFontWeight so adding types for this as well - implementation here: https://github.com/figma/figma/pull/74934

Test Plan