UNPKG

@snowball-tech/fractal

Version:

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

13 lines (12 loc) 373 B
import { a as Orientations } from "../Menu.constants-BnwzoYfm.js"; import * as _$react from "react"; //#region src/components/Menu/MenuContext.d.ts declare const MenuContext: _$react.Context<{ condensed: boolean; disabled: boolean; orientation: `${Orientations}`; rainbow: boolean; }>; //#endregion export { MenuContext }; //# sourceMappingURL=MenuContext.d.ts.map