@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 311 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { AvatarImageStylesProps } from '../../../../components/Avatar/AvatarImage';
import { AvatarVariables } from './avatarVariables';
export declare const avatarImageStyles: ComponentSlotStylesPrepared<AvatarImageStylesProps, AvatarVariables>;