UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

10 lines (7 loc) 259 B
import { RefAttributes } from 'react'; import { LinkProps as LinkProps$1 } from 'react-aria-components'; type LinkProps = LinkProps$1 & RefAttributes<HTMLAnchorElement> & { allowsVisited?: boolean; isVisited?: boolean; }; export type { LinkProps };