frontend-plugin-api: export new types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
export { coreExtensionData } from './coreExtensionData';
|
||||
export {
|
||||
createExtension,
|
||||
type ExtensionDataContainer,
|
||||
type ExtensionDefinition,
|
||||
type CreateExtensionOptions,
|
||||
type ExtensionDataValues,
|
||||
@@ -28,10 +29,13 @@ export {
|
||||
export {
|
||||
createExtensionInput,
|
||||
type ExtensionInput,
|
||||
type LegacyExtensionInput,
|
||||
} from './createExtensionInput';
|
||||
export {
|
||||
createExtensionDataRef,
|
||||
type AnyExtensionDataRef,
|
||||
type ExtensionDataRef,
|
||||
type ExtensionDataValue,
|
||||
type ConfigurableExtensionDataRef,
|
||||
} from './createExtensionDataRef';
|
||||
export { createPlugin, type PluginOptions } from './createPlugin';
|
||||
|
||||
Reference in New Issue
Block a user