UNPKG

@omnia/fx-models

Version:
13 lines (12 loc) 397 B
export interface IProfileCardScopedSlots { default?: ProfileCardItemScopedSlots; renderChildren?: ProfileCardTenantPeopleInformationProps; } export interface ProfileCardTenantPeopleInformationProps { showLinkToDelve: boolean; isEnablePeopleInfoCard: boolean; } export interface ProfileCardItemScopedSlots { openProfileDialog: () => void; isEnablePeopleInfoCard: boolean; }