UNPKG

@hashicorp/design-system-components

Version:
4 lines (3 loc) 181 B
import type { LinkTo } from '@ember/routing'; export declare function getLinkToExternal(): LinkTo | null; export declare function setLinkToExternal(component: LinkTo | null): void;