UNPKG

@atlaskit/tabs

Version:

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

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