UNPKG

@atlaskit/link

Version:

A link takes people to a new location in the product or another website.

8 lines (7 loc) 199 B
import { type LinkProps } from '../index'; type DisplayVariation = { name: string; props: LinkProps; }; declare const displayVariations: DisplayVariation[]; export default displayVariations;