Skip to content

Commit

Permalink
new VariableScope variants (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflee-figma committed May 29, 2024
1 parent 86e7bd3 commit 416275d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2339,6 +2339,14 @@ declare type VariableScope =
| 'EFFECT_FLOAT'
| 'EFFECT_COLOR'
| 'OPACITY'
| 'FONT_FAMILY'
| 'FONT_STYLE'
| 'FONT_WEIGHT'
| 'FONT_SIZE'
| 'LINE_HEIGHT'
| 'LETTER_SPACING'
| 'PARAGRAPH_SPACING'
| 'PARAGRAPH_INDENT'
declare type CodeSyntaxPlatform = 'WEB' | 'ANDROID' | 'iOS'
interface Variable extends PluginDataMixin {
readonly id: string
Expand Down

0 comments on commit 416275d

Please sign in to comment.