export type { LinkProps } from './props'; /** 不同 hover 状态 */ export type LinkState = 'line' | 'background';