@atlaskit/page-layout
Version:
A collection of components which let you compose an application's page layout.
11 lines (10 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useSkipLinks = void 0;
var _react = require("react");
var _skipLinksContext = require("./skip-links-context");
var useSkipLinks = exports.useSkipLinks = function useSkipLinks() {
return (0, _react.useContext)(_skipLinksContext.SkipLinksContext);
};