@make-software/csprclick-ui 1.0.0 → 1.0.1
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.
|
@@ -2,5 +2,5 @@ import { ThemeModeType } from "../types";
|
|
|
2
2
|
interface ChangeAccountConfirmationProps {
|
|
3
3
|
themeMode?: ThemeModeType;
|
|
4
4
|
}
|
|
5
|
-
export declare const ChangeAccountConfirmation: (props: ChangeAccountConfirmationProps) =>
|
|
5
|
+
export declare const ChangeAccountConfirmation: (props: ChangeAccountConfirmationProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
6
|
export default ChangeAccountConfirmation;
|
|
@@ -12,5 +12,5 @@ interface ClickProviderProps {
|
|
|
12
12
|
children: any;
|
|
13
13
|
}
|
|
14
14
|
export declare function ClickProvider(props: ClickProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export declare function useClickRef():
|
|
15
|
+
export declare function useClickRef(): CSPRClickSDK | undefined;
|
|
16
16
|
export default ClickProvider;
|
package/dist/index.d.ts
CHANGED
|
@@ -113,7 +113,7 @@ interface ClickProviderProps {
|
|
|
113
113
|
children: any;
|
|
114
114
|
}
|
|
115
115
|
declare function ClickProvider(props: ClickProviderProps): react_jsx_runtime.JSX.Element;
|
|
116
|
-
declare function useClickRef():
|
|
116
|
+
declare function useClickRef(): CSPRClickSDK | undefined;
|
|
117
117
|
|
|
118
118
|
interface ClickModalProps {
|
|
119
119
|
modalAction: string;
|