UNPKG

@snowball-tech/fractal

Version:

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

13 lines (10 loc) 399 B
import './Avatar.constants.js'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { AvatarProps } from './Avatar.types.js'; import '../Typography/Typography.constants.js'; import 'react'; declare const Avatar: { ({ children, disabled, imageUrl, name, size, ...props }: AvatarProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Avatar, Avatar as default };