Refactor #3879 - For ScrollTop

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:42:00 +03:00
parent 1af654c740
commit 9dd6301979
3 changed files with 59 additions and 2 deletions

View file

@ -22,6 +22,12 @@ const ScrollTopProps = [
type: 'string',
default: 'smooth',
description: 'Defines the scrolling behavi, "smooth" adds an animation and "auto" scrolls with a jump.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];