From 2484c8d385ad79a27c7f4abecd6641625c4b3154 Mon Sep 17 00:00:00 2001 From: Victor Gaiva <13839490+VictorGaiva@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:01:33 -0300 Subject: [PATCH 1/2] feat: Adds option type parameter to IndicatorProps --- src/types.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/types.ts b/src/types.ts index fa47a46af..b8845647c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -161,11 +161,11 @@ export type HeaderRowProps = React.PropsWithChildren<{}>; export type HeaderRowComponent = React.ComponentType; /** Type of the Spreadsheet RowIndicator component props */ -export type RowIndicatorProps = { +export type RowIndicatorProps