Skip to content

Commit b2ef6ff

Browse files
guidari2nikhiltom
andauthored
fix: added export to selectprops interface (#18106)
Co-authored-by: Nikhil Tomar <63502271+2nikhiltom@users.noreply.github.com>
1 parent 69a81ab commit b2ef6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/Select/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { Text } from '../Text';
3030

3131
type ExcludedAttributes = 'size';
3232

33-
interface SelectProps
33+
export interface SelectProps
3434
extends Omit<ComponentPropsWithRef<'select'>, ExcludedAttributes> {
3535
/**
3636
* Provide the contents of your Select

0 commit comments

Comments
 (0)