File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/Umbraco.Web.UI.Client/src/packages/documents/documents Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export type * from './modals/types.js';
17
17
export type * from './publishing/types.js' ;
18
18
export type * from './recycle-bin/types.js' ;
19
19
export type * from './tree/types.js' ;
20
+ export type * from './url/types.js' ;
20
21
export type * from './user-permissions/types.js' ;
21
22
export type * from './workspace/types.js' ;
22
23
Original file line number Diff line number Diff line change 1
1
export { UmbDocumentUrlRepository , UMB_DOCUMENT_URL_REPOSITORY_ALIAS } from './repository/index.js' ;
2
2
3
+ export * from './repository/index.js' ;
3
4
export * from './constants.js' ;
4
5
export * from './document-urls-data-resolver.js' ;
Original file line number Diff line number Diff line change
1
+ export type * from './repository/types.js' ;
You can’t perform that action at this time.
0 commit comments