From e25ee1e55341e4a407cc0fc72a3aa9d2d2636604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 1 Mar 2023 13:18:51 +0300 Subject: [PATCH] Update Knob.d.ts --- components/knob/Knob.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/knob/Knob.d.ts b/components/knob/Knob.d.ts index db04cb7bf..464701252 100644 --- a/components/knob/Knob.d.ts +++ b/components/knob/Knob.d.ts @@ -74,7 +74,7 @@ export interface KnobProps { showValue?: boolean | undefined; /** * Template string of the value. - * @defaultValue {value} + * @defaultValue \{value} */ valueTemplate?: string | undefined; /**