From b2ef6ffde0f68a15fa2d3fbfdb1f5ffa07ce3c85 Mon Sep 17 00:00:00 2001 From: Guilherme Datilio Ribeiro Date: Thu, 21 Nov 2024 10:10:16 -0300 Subject: [PATCH] fix: added export to selectprops interface (#18106) Co-authored-by: Nikhil Tomar <63502271+2nikhiltom@users.noreply.github.com> --- packages/react/src/components/Select/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Select/Select.tsx b/packages/react/src/components/Select/Select.tsx index 2346e9109de6..c40b12408d3a 100644 --- a/packages/react/src/components/Select/Select.tsx +++ b/packages/react/src/components/Select/Select.tsx @@ -30,7 +30,7 @@ import { Text } from '../Text'; type ExcludedAttributes = 'size'; -interface SelectProps +export interface SelectProps extends Omit, ExcludedAttributes> { /** * Provide the contents of your Select