UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

11 lines (8 loc) 470 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as react from 'react'; import { ProviderProps } from '../../lib/types.js'; import { ContextValue } from 'react-aria-components'; import { IconProps } from './types.js'; declare const IconContext: react.Context<ContextValue<IconProps, HTMLSpanElement>>; declare function IconProvider({ children, ...props }: ProviderProps<IconProps>): react_jsx_runtime.JSX.Element; export { IconContext, IconProvider };