Update Knob.d.ts

pull/3689/head
Tuğçe Küçükoğlu 2023-03-01 13:18:51 +03:00
parent 9cbc0b6fc3
commit e25ee1e553
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export interface KnobProps {
showValue?: boolean | undefined;
/**
* Template string of the value.
* @defaultValue {value}
* @defaultValue \{value}
*/
valueTemplate?: string | undefined;
/**