8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
import OutlinedInputLabel, {
|
|
OutlinedInputLabelProps,
|
|
} from './OutlinedInputLabel';
|
|
|
|
export type { OutlinedInputLabelProps };
|
|
|
|
export default OutlinedInputLabel;
|