From e6d1f957fc7561e3fa436f721dec25311d3f8ea6 Mon Sep 17 00:00:00 2001 From: Pedro Mutter Date: Wed, 12 Feb 2020 15:05:26 -0300 Subject: [PATCH] [@catho/quantum] Added few missing attributes (#42287) * simplecrawler modules type definition * required fixes in export * adjustments reference types of crawler.d.ts * added catho__quantum types definitions * Fix lint errors * Fix lint errors * Fix lint errors * fix components event handlers types * fix lint complains * fix few missing attributes --- types/catho__quantum/catho__quantum-tests.tsx | 11 ++++++++++- types/catho__quantum/components/Button/index.d.ts | 1 + types/catho__quantum/components/Input/index.d.ts | 14 ++++++++++++++ types/catho__quantum/components/Toggle/index.d.ts | 1 + 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/types/catho__quantum/catho__quantum-tests.tsx b/types/catho__quantum/catho__quantum-tests.tsx index 7cad19dff0..9448ec3332 100644 --- a/types/catho__quantum/catho__quantum-tests.tsx +++ b/types/catho__quantum/catho__quantum-tests.tsx @@ -100,4 +100,13 @@ Validations.Required({ value: 'abc' });