@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
7 lines (6 loc) • 482 B
TypeScript
import { IFontIconProps, IIconProps, ILabelProps, IPersonaPresenceProps } from 'office-ui-fabric-react';
import { ISlottableComponentType } from '../Foundation';
export declare const FontIcon: ISlottableComponentType<IFontIconProps, string>;
export declare const Icon: ISlottableComponentType<IIconProps, string>;
export declare const Label: ISlottableComponentType<ILabelProps, string>;
export declare const PersonaPresence: ISlottableComponentType<IPersonaPresenceProps, number>;