Update api-generator

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-06 16:20:37 +03:00
parent 5f53eb3919
commit f8f071f5ff
81 changed files with 496 additions and 0 deletions

View file

@ -40,6 +40,12 @@ const MessageProps = [
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
type: 'boolean',
default: 'false',
description: 'When enabled, it removes component related styles in the core.'
}
];