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