We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a81ab commit b2ef6ffCopy full SHA for b2ef6ff
packages/react/src/components/Select/Select.tsx
@@ -30,7 +30,7 @@ import { Text } from '../Text';
30
31
type ExcludedAttributes = 'size';
32
33
-interface SelectProps
+export interface SelectProps
34
extends Omit<ComponentPropsWithRef<'select'>, ExcludedAttributes> {
35
/**
36
* Provide the contents of your Select
0 commit comments