Export interface types

This commit is contained in:
Daniel Lautzenheiser 2022-11-05 15:29:04 -04:00
parent 6892c5842c
commit 8623680d2b
No known key found for this signature in database
GPG Key ID: D2F75F7DD915527E

View File

@ -10,6 +10,8 @@ export * from './media-libraries';
export * from './locales';
export * from './lib';
export * from './interface';
const CMS = {
...Registry,
init: bootstrap,