@data-c/ui 0.0.136-alpha.0 → 0.0.139-alpha.0
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 +1 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -214,6 +214,7 @@ declare const Tooltip: {
|
|
|
214
214
|
interface MioAuthProps {
|
|
215
215
|
credentialsConfig: CredentialsConfigsInterface;
|
|
216
216
|
onLoginSuccess: (tokens: AmbienteDataInterface) => void;
|
|
217
|
+
onAlreadyLogged?: () => void;
|
|
217
218
|
onLoginFailed: (err: any) => void;
|
|
218
219
|
appName: string;
|
|
219
220
|
}
|