UNPKG

@hashicorp/design-system-components

Version:
11 lines (9 loc) 292 B
let LINK_TO_EXTERNAL_COMPONENT = null; function getLinkToExternal() { return LINK_TO_EXTERNAL_COMPONENT; } function setLinkToExternal(component) { LINK_TO_EXTERNAL_COMPONENT = component; } export { getLinkToExternal, setLinkToExternal }; //# sourceMappingURL=hds-link-to-external.js.map