This commit is contained in:
tugcekucukoglu 2024-04-19 12:16:26 +03:00
parent e747e01e3d
commit e7ec2ad79a
4 changed files with 7 additions and 11 deletions

View file

@ -74,8 +74,8 @@ const KnobProps = [
{
name: 'valueTemplate',
type: 'function | string',
default: 'val => val',
description: 'Controls how the knob is labeled.'
default: '{value}',
description: 'Template of the value.'
},
{
name: 'tabindex',