fix: export OutlinedInputProps type in barrel

main
Tsu-ba-me 3 years ago
parent ef562b8082
commit e1075c131f
  1. 4
      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;

Loading…
Cancel
Save