propro-common-components 0.3.25 → 0.3.27
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/propro-common-components.js +1785 -1752
- package/dist/utils/configureAuth.d.ts +1 -0
- package/package.json +1 -1
|
@@ -64,6 +64,7 @@ export interface AuthConfig {
|
|
|
64
64
|
export declare function configureAuth(config: AuthConfig): void;
|
|
65
65
|
/**
|
|
66
66
|
* Get the current auth configuration
|
|
67
|
+
* Returns the config object directly (not a copy) to preserve function references
|
|
67
68
|
*/
|
|
68
69
|
export declare function getAuthConfig(): AuthConfig;
|
|
69
70
|
/**
|