Refactor #3911 - For Toast

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-28 16:39:19 +03:00
parent b3008ea5a4
commit 3bae8de47e
4 changed files with 100 additions and 10 deletions

View file

@ -28,6 +28,12 @@ const ToastProps = [
type: 'object',
default: 'null',
description: 'Object literal to define widths per screen size.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];