frontend-plugin-api: export new types

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-07-26 17:17:05 +02:00
parent e7a720ac2c
commit ea25c0bf33
@@ -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';