UNPKG

shineout

Version:
6 lines (5 loc) 147 B
import { LinkProps as UnStyledLinkProps } from '@sheinx/base'; /** * @title Link */ export type LinkProps = Omit<UnStyledLinkProps, 'jssStyle'>;