UNPKG

@accelint/design-toolkit

Version:

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

15 lines (12 loc) 592 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 { AvatarProps } from './types.js'; import '@radix-ui/react-avatar'; import 'tailwind-variants'; import './styles.js'; import 'tailwind-merge'; declare const AvatarContext: react.Context<ContextValue<AvatarProps, HTMLSpanElement>>; declare function AvatarProvider({ children, ...props }: ProviderProps<AvatarProps>): react_jsx_runtime.JSX.Element; export { AvatarContext, AvatarProvider };