UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 194 B
import type * as React from 'react'; export declare function getLinkRelWithFallback({ target, rel, }: Pick<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'target' | 'rel'>): string | undefined;