@data-c/ui 0.1.23 → 0.1.24

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/dist/index.d.ts CHANGED
@@ -235,7 +235,7 @@ interface MioAuthProps {
235
235
  onAlreadyLogged?: () => void;
236
236
  onLoginFailed: (err: any) => void;
237
237
  appName: string;
238
- banner: ReactNode;
238
+ banner?: ReactNode;
239
239
  }
240
240
  declare function MioAuth(props: MioAuthProps): react_jsx_runtime.JSX.Element;
241
241