Skip to content

Commit b2a5a2d

Browse files
add references to new control
1 parent c1206f7 commit b2a5a2d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/documentation/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ The following controls are currently available:
108108
- [TeamPicker](./controls/TeamPicker) (Team Picker)
109109
- [Toolbar](./controls/Toolbar) (Control to render Toolbar in Microsoft Teams)
110110
- [TreeView](./controls/TreeView) (Tree View)
111+
- [UploadFiles](./controls/UploadFiles) (Upload Files)
111112
- [VariantThemeProvider](./controls/VariantThemeProvider) (Variant Theme Provider)
112113
- [WebPartTitle](./controls/WebPartTitle) (Customizable web part title control)
113114

docs/documentation/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ nav:
6969
- TeamPicker: 'controls/TeamPicker.md'
7070
- Toolbar: 'controls/Toolbar.md'
7171
- TreeView: 'controls/TreeView.md'
72+
- UploadFiles: 'controls/UploadFiles.md'
7273
- VariantThemeProvider: 'controls/VariantThemeProvider.md'
7374
- WebPartTitle: 'controls/WebPartTitle.md'
7475
- 'Field Controls':

src/UploadFiles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './controls/uploadFiles/index';

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ export * from './ModernTaxonomyPicker';
4343
export * from './LivePersona';
4444
export * from './ModernAudio';
4545
export * from './MonacoEditor';
46+
export * from './UploadFiles';

0 commit comments

Comments
 (0)