diff --git a/striker-ui/components/OutlinedInput/index.tsx b/striker-ui/components/OutlinedInput/index.tsx index 181f02f9..37f2b05f 100644 --- a/striker-ui/components/OutlinedInput/index.tsx +++ b/striker-ui/components/OutlinedInput/index.tsx @@ -1,3 +1,5 @@ -import OutlinedInput from './OutlinedInput'; +import OutlinedInput, { OutlinedInputProps } from './OutlinedInput'; + +export type { OutlinedInputProps }; export default OutlinedInput;