UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

11 lines (8 loc) 240 B
import * as react from 'react'; import { Orientations } from './Menu.constants.js'; declare const MenuContext: react.Context<{ condensed: boolean; disabled: boolean; orientation: `${Orientations}`; }>; export { MenuContext };