diff --git a/example/typescript-example.tsx b/example/typescript-example.tsx index 3d55b05..33e593c 100644 --- a/example/typescript-example.tsx +++ b/example/typescript-example.tsx @@ -9,7 +9,7 @@ import { DebounceInput, DebounceTextArea, Debounced } from "../src/index"; // - usage with 'textarea': - // DebounceTextArea is just a type, so it should explicitly defined as value + // DebounceTextArea is just a type, so it should be explicitly defined as value const DebounceTextArea: DebounceTextArea = DebounceInput; ) => {}} /> - \ No newline at end of file +