@trail-ui/react
Version:
11 lines (8 loc) • 381 B
TypeScript
import { LinkProps as LinkProps$1 } from 'react-aria-components';
import * as react from 'react';
import { LinkVariantProps } from '@trail-ui/theme';
interface LinkProps extends LinkProps$1, LinkVariantProps {
className?: string;
}
declare const _Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;
export { _Link as Link, LinkProps };