UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

16 lines (15 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTag = void 0; var getTag = function getTag(onClick, href) { if (href) { return 'a'; } if (onClick) { return 'button'; } return 'div'; }; exports.getTag = getTag;