parent
522b1e5079
commit
2f4f9da03a
2 changed files with 10 additions and 2 deletions
@ -1,3 +1,7 @@ |
|||||||
import OutlinedInputLabel from './OutlinedInputLabel'; |
import OutlinedInputLabel, { |
||||||
|
OutlinedInputLabelProps, |
||||||
|
} from './OutlinedInputLabel'; |
||||||
|
|
||||||
|
export type { OutlinedInputLabelProps }; |
||||||
|
|
||||||
export default OutlinedInputLabel; |
export default OutlinedInputLabel; |
||||||
|
Loading…
Reference in new issue