Skip to content

Commit 0924089

Browse files
committed
updating react generated
1 parent ad1b97b commit 0924089

File tree

1 file changed

+3
-1
lines changed
  • packages/mgt-react/src/generated

1 file changed

+3
-1
lines changed

packages/mgt-react/src/generated/react.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt';
1+
import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonCardConfig,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt';
22
import * as MgtElement from '@microsoft/mgt-element';
33
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';
44
import * as MicrosoftGraphBeta from '@microsoft/microsoft-graph-types-beta';
@@ -84,6 +84,7 @@ export type PeopleProps = {
8484
}
8585

8686
export type PersonCardProps = {
87+
config?: MgtPersonCardConfig;
8788
personDetails?: IDynamicPerson;
8889
personQuery?: string;
8990
userId?: string;
@@ -101,6 +102,7 @@ export type PersonCardProps = {
101102
}
102103

103104
export type PersonProps = {
105+
config?: MgtPersonConfig;
104106
personQuery?: string;
105107
userId?: string;
106108
showPresence?: boolean;

0 commit comments

Comments
 (0)