File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This control allows you to select one or more user from a AAD via its name or starting characters.
4
4
5
- !
6
-
7
5
** Empty user picker**
8
6
9
7
![ Empty user picker] ( ../assets/userPicker03.png )
Original file line number Diff line number Diff line change 43
43
- IconPicker : ' controls/IconPicker.md'
44
44
- IFrameDialog : ' controls/IFrameDialog.md'
45
45
- IFramePanel : ' controls/IFramePanel.md'
46
+ - ImagePicker : ' controls/ImagePicker.md'
46
47
- ListItemAttachments : ' controls/ListItemAttachments.md'
47
48
- ListItemComments : ' controls/ListItemComments.md'
48
49
- ListItemPicker : ' controls/ListItemPicker.md'
73
74
- Toolbar : ' controls/Toolbar.md'
74
75
- TreeView : ' controls/TreeView.md'
75
76
- UploadFiles : ' controls/UploadFiles.md'
77
+ - UserPicker : ' controls/UserPicker.md'
76
78
- VariantThemeProvider : ' controls/VariantThemeProvider.md'
77
79
- ViewPicker : ' controls/ViewPicker.md'
78
80
- WebPartTitle : ' controls/WebPartTitle.md'
Original file line number Diff line number Diff line change
1
+ export * from './controls/userPicker/index' ;
Original file line number Diff line number Diff line change 1
1
export * from './IUserPickerProps' ;
2
2
export * from './UserPicker' ;
3
-
3
+ export * from './models/IUserInfo' ;
You can’t perform that action at this time.
0 commit comments