We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89008dc + 5cd8ca1 commit 6e7316fCopy full SHA for 6e7316f
plugin-api-standalone.d.ts
@@ -336,7 +336,7 @@ declare type CodegenEvent = {
336
language: string
337
}
338
declare type CodegenPreferences = {
339
- readonly unit: 'pixel' | 'scaled'
+ readonly unit: 'PIXEL' | 'SCALED'
340
readonly scaleFactor?: number
341
readonly customSettings: Record<string, string>
342
plugin-api.d.ts
@@ -332,7 +332,7 @@ declare type CodegenEvent = {
332
333
334
335
0 commit comments