@authing/react-ui-components 3.1.0-rc.10 → 3.1.0-rc.11
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/lib/index.d.ts +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1408,7 +1408,7 @@ declare module '@authing/react-ui-components/components/Guard/Guard' {
|
|
|
1408
1408
|
export interface GuardProps extends GuardEvents, IG2FCProps {
|
|
1409
1409
|
config?: Partial<GuardLocalConfig>;
|
|
1410
1410
|
}
|
|
1411
|
-
export const Guard: (props: GuardProps) => JSX.Element
|
|
1411
|
+
export const Guard: import("react").MemoExoticComponent<(props: GuardProps) => JSX.Element>;
|
|
1412
1412
|
|
|
1413
1413
|
}
|
|
1414
1414
|
declare module '@authing/react-ui-components/components/Guard/GuardModule/stateMachine' {
|
|
@@ -3148,7 +3148,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3148
3148
|
|
|
3149
3149
|
}
|
|
3150
3150
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3151
|
-
const _default: "3.1.0-rc.
|
|
3151
|
+
const _default: "3.1.0-rc.11";
|
|
3152
3152
|
export default _default;
|
|
3153
3153
|
|
|
3154
3154
|
}
|