Skip to content

Commit

Permalink
fix: added export to selectprops interface (#18106)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikhil Tomar <[email protected]>
  • Loading branch information
guidari and 2nikhiltom authored Nov 21, 2024
1 parent 69a81ab commit b2ef6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { Text } from '../Text';

type ExcludedAttributes = 'size';

interface SelectProps
export interface SelectProps
extends Omit<ComponentPropsWithRef<'select'>, ExcludedAttributes> {
/**
* Provide the contents of your Select
Expand Down

0 comments on commit b2ef6ff

Please sign in to comment.