@injistack/react-inji-verify-sdk 0.18.0-beta.27 → 0.18.0-beta.28

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.
@@ -20,7 +20,8 @@ type ExclusiveCallbacks =
20
20
  export type QRCodeVerificationProps = ExclusiveCallbacks & {
21
21
  /**
22
22
  * React element that triggers the verification process (e.g., a button).
23
- * If not provided, the component may automatically start the process.
23
+ * When set, the default file upload control is not shown; upload runs via this trigger.
24
+ * If omitted, the visible file input is shown (when upload is enabled).
24
25
  */
25
26
  triggerElement?: React.ReactNode;
26
27
  /**