@incodetech/welcome 1.85.0-20251222210650.0 → 1.85.0-20251223172939.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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
type CommonIssuesProps = {
|
|
2
2
|
onClose: () => void;
|
|
3
3
|
switchToManualCapture: () => void;
|
|
4
|
-
onCloseCancel: () => void;
|
|
5
4
|
};
|
|
6
|
-
declare const CommonIssues: ({ onClose, switchToManualCapture,
|
|
5
|
+
declare const CommonIssues: ({ onClose, switchToManualCapture, }: CommonIssuesProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export default CommonIssues;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
+
export declare const InformationVerificationResults: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
3
|
interface EkybProps {
|
|
3
4
|
goNext: () => void;
|
|
4
5
|
verificationFields?: string[];
|