/** * Tool UI Configuration Types * * Re-exports types from @frontmcp/uipack/types for SDK consumers. * This provides a single source of truth for UI configuration types * while maintaining backwards compatibility. * * @see {@link https://docs.agentfront.dev/docs/servers/tools#tool-ui | Tool UI Documentation} */ export { type UIContentSecurityPolicy, type TemplateHelpers, type TemplateContext, type TemplateBuilderFn, type WidgetServingMode, type WidgetDisplayMode, type WidgetSizeValue, type UITemplateConfig as ToolUIConfig, type UIType, type BundlingMode, type DisplayMode, type ResourceMode, type CSPDirectives, type RendererAssets, type WidgetManifest, type WidgetConfig, type WidgetTemplate, type WidgetRuntimeOptions, type BuildManifestResult, type BuildManifestOptions, } from '@frontmcp/uipack/types'; //# sourceMappingURL=tool-ui.metadata.d.ts.map