Skip to content

Commit 6990862

Browse files
authored
chore: empty state -adds missing props (#86)
1 parent dacecc3 commit 6990862

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/generateWrappers/consts.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,16 @@ const ComponentsExtraPropertiesMap = {
182182
}
183183

184184
const Vivid3ComponentsExtraPropertiesMap = {
185+
EmptyState: [
186+
{
187+
name: 'iconDecoration',
188+
type: { text: 'string | undefined' }
189+
},
190+
{
191+
name: 'connotation',
192+
type: { text: 'string | undefined' }
193+
},
194+
],
185195
TextField: [
186196
{
187197
name: 'icon',

0 commit comments

Comments
 (0)