UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

15 lines 696 B
import { HyperlinkProps } from './Hyperlink'; export interface ExternalHyperlinkProps extends HyperlinkProps { /** * Informs a screen reader user the link will open in a new window. It is read after the link text. * This value will need to be translated. * @default 'Opens link in new window' */ iconLabel?: string; } /** * `ExternalHyperlink`s also have an `inverse` variant. Use this variant when you need to place the * link on a dark or colorful background such as `blueberry400`. */ export declare const ExternalHyperlink: import("@workday/canvas-kit-react/common").ElementComponent<"a", ExternalHyperlinkProps>; //# sourceMappingURL=ExternalHyperlink.d.ts.map