UNPKG

@atlaskit/tabs

Version:

Tabs are used to organize content by grouping similar information on the same page.

3 lines 152 B
/* eslint-disable @repo/internal/react/require-jsdoc */ import { createContext } from 'react'; export var TabContext = /*#__PURE__*/createContext(null);