@waline/client 2.9.0 → 2.10.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.
@@ -311,6 +311,10 @@ interface WalineProps {
311
311
  * @default true
312
312
  */
313
313
  copyright?: boolean;
314
+ /**
315
+ * recaptcha v3 client key
316
+ */
317
+ recaptchaV3Key?: string;
314
318
  }
315
319
 
316
320
  interface WalineInitOptions extends Omit<WalineProps, 'path'> {