import { default as CodeInput } from './CodeInput';
import { Props } from './CodeInput.types';

export type CodeInputProps = Props;

export default CodeInput;
