(null);
return (
-
+
);
};
diff --git a/packages/react/src/components/Forms/Input/index.stories.tsx b/packages/react/src/components/Forms/Input/index.stories.tsx
index 42924e3..78a07bc 100644
--- a/packages/react/src/components/Forms/Input/index.stories.tsx
+++ b/packages/react/src/components/Forms/Input/index.stories.tsx
@@ -3,7 +3,7 @@ import { Meta } from "@storybook/react";
import { useForm } from "react-hook-form";
import * as Yup from "yup";
import React, { useRef } from "react";
-import { Input, InputRefType } from ":/components/Forms/Input/index";
+import { Input } from ":/components/Forms/Input/index";
import { Button } from ":/components/Button";
import {
getFieldState,
@@ -166,7 +166,7 @@ export const NonControlled = () => {
};
export const WithRef = () => {
- const ref = useRef(null);
+ const ref = useRef(null);
return (