UNPKG

@snowball-tech/fractal

Version:

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

10 lines (7 loc) 225 B
import * as react from 'react'; import { Orientations } from './Toolbar.constants.js'; declare const ToolbarContext: react.Context<{ disabled: boolean; orientation: `${Orientations}`; }>; export { ToolbarContext };