Skip to content

Commit 3dd5927

Browse files
zhpenkovJuveniel
authored andcommitted
chore: export unexported templates
1 parent 71e3299 commit 3dd5927

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/html/src/filter/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export * from './filter-toolbar';
33
export * from './filter-lines';
44
export * from './filter-preview';
55
export * from './filter-item';
6-
export * from './templates/filter-normal';
6+
export * from './templates/filter-normal';
7+
export * from './templates/filter-preview';

packages/html/src/upload/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export * from './upload-file-info';
66
export * from './templates/upload-chunk';
77
export * from './templates/upload-batch';
88
export * from './templates/upload-normal';
9+
export * from './templates/upload-with-action-buttons';

0 commit comments

Comments
 (0)