Refactor #3922 - For Knob

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 17:13:58 +03:00
parent a13dcd38d3
commit 57cf4b6abb
4 changed files with 94 additions and 4 deletions

View file

@ -94,6 +94,12 @@ const KnobProps = [
type: 'string',
default: 'null',
description: 'Used to define a string that labels the element.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];