Skip to content

Commit bf1f084

Browse files
committed
Added listPicker root control and added listPicker to the index
1 parent f0fe9d9 commit bf1f084

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ListPicker.ts

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

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export * from './ListView';
33
export * from './Placeholder';
44
export * from './SiteBreadcrumb';
55
export * from './WebPartTitle';
6+
export * from './ListPicker';

0 commit comments

Comments
 (0)