UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

10 lines (9 loc) 698 B
import { ICalloutProps, IContextualMenuProps, IFontIconProps, IIconProps, ILabelProps, IListProps, IPersonaPresenceProps, PersonaPresence } from 'office-ui-fabric-react'; import { ISlotProp } from '../Foundation'; export declare type ICalloutSlot = ISlotProp<ICalloutProps>; export declare type IContextualMenuSlot = ISlotProp<IContextualMenuProps>; export declare type IFontIconSlot = ISlotProp<IFontIconProps, string>; export declare type IIconSlot = ISlotProp<IIconProps, string>; export declare type ILabelSlot = ISlotProp<ILabelProps, string>; export declare type IListSlot = ISlotProp<IListProps>; export declare type IPersonaPresenceSlot = ISlotProp<IPersonaPresenceProps, PersonaPresence>;