@ikonai/sdk-react-ui 1.0.39 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -15,3 +15,4 @@ export { type AuthConfig, type AuthContextValue, type AuthSession, type AuthStat
15
15
  export { ConnectionStateRenderer, type ConnectedRenderProps, type ConnectionStateRendererProps, useIkonApp, type IkonUiModuleRegistration, type UseIkonAppOptions, type UseIkonAppResult, } from './app';
16
16
  export { useLazyFont, useToasts, type Toast } from './hooks';
17
17
  export { I18nProvider, useI18n, type I18nContextValue, type I18nProviderProps } from './i18n';
18
+ export { InspectOverlay, type InspectElementPayload } from './inspect/inspect-overlay';