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