@uifabric/experiments
Version:
Experimental React components for building experiences for Office 365.
8 lines (7 loc) • 516 B
TypeScript
/// <reference types="react" />
import { IContextualMenuProps, IIconProps, ILabelProps, IPersonaPresenceProps, PersonaPresence } from 'office-ui-fabric-react';
import { ISlotProp } from '../Foundation';
export declare type IContextualMenuSlot = ISlotProp<IContextualMenuProps>;
export declare type IIconSlot = ISlotProp<IIconProps, string>;
export declare type ILabelSlot = ISlotProp<ILabelProps, React.ReactNode>;
export declare type IPersonaPresenceSlot = ISlotProp<IPersonaPresenceProps, PersonaPresence>;