@figma/widget-typings
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -93,3 +93,3 @@ // Figma Widget API version 1, update 1 | ||
type Fragment = FunctionalWidget<{ key?: any }> | ||
type Fragment = FunctionalWidget<FragmentProps> | ||
@@ -198,2 +198,6 @@ type AutoLayout = FunctionalWidget<AutoLayoutProps> | ||
interface FragmentProps extends HasChildrenProps { | ||
key?: BaseProps['key'] | ||
} | ||
interface FrameProps extends BaseProps, WidgetJSX.FrameProps, HasChildrenProps {} | ||
@@ -200,0 +204,0 @@ |
{ | ||
"name": "@figma/widget-typings", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Typings for the Figma Widget API", | ||
@@ -5,0 +5,0 @@ "main": "", |
Sorry, the diff of this file is not supported yet
22489
494