import { LinkProps as UnStyledLinkProps } from '@sheinx/base';
/**
 * @title Link
 */
export type LinkProps = Omit<UnStyledLinkProps, 'jssStyle'>;
