@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
13 lines (12 loc) • 397 B
TypeScript
export interface IProfileCardScopedSlots {
default?: ProfileCardItemScopedSlots;
renderChildren?: ProfileCardTenantPeopleInformationProps;
}
export interface ProfileCardTenantPeopleInformationProps {
showLinkToDelve: boolean;
isEnablePeopleInfoCard: boolean;
}
export interface ProfileCardItemScopedSlots {
openProfileDialog: () => void;
isEnablePeopleInfoCard: boolean;
}