UNPKG

@atlaskit/button

Version:

A button triggers an event or action. They let users know what will happen next.

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