add export type
This commit is contained in:
@@ -6,4 +6,4 @@ export * from './load-manifest-api.function.js';
|
||||
export * from './load-manifest-element.function.js';
|
||||
export * from './load-manifest-plain-css.function.js';
|
||||
export * from './load-manifest-plain-js.function.js';
|
||||
export * from './types.js';
|
||||
export type * from './types.js';
|
||||
|
||||
@@ -2,7 +2,7 @@ export * from './condition/index.js';
|
||||
export * from './controller/index.js';
|
||||
export * from './functions/index.js';
|
||||
export * from './initializers/index.js';
|
||||
export * from './models/index.js';
|
||||
export type * from './models/index.js';
|
||||
export * from './registry/extension.registry.js';
|
||||
export * from './type-guards/index.js';
|
||||
export * from './types/index.js';
|
||||
export type * from './types/index.js';
|
||||
|
||||
Reference in New Issue
Block a user