anvil/striker-ui/components/OutlinedInputLabel/index.tsx

8 lines
165 B
TypeScript
Raw Normal View History

import OutlinedInputLabel, {
OutlinedInputLabelProps,
} from './OutlinedInputLabel';
export type { OutlinedInputLabelProps };
export default OutlinedInputLabel;