UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

12 lines (11 loc) 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTabComponentProps = isTabComponentProps; exports.isTabLinkProps = isTabLinkProps; function isTabComponentProps(p) { return p.component !== undefined; } function isTabLinkProps(p) { return p.href !== undefined; } //# sourceMappingURL=utils.js.map