import { default as Link } from './Link';
import * as CONSTANTS from './Link.constants';
import { Props } from './Link.types';

export { CONSTANTS as Link_CONSTANTS };

export type LinkProps = Props;

export default Link;
