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 c3ae9bd commit 0aba307Copy full SHA for 0aba307
src/scripts/Picklist.tsx
@@ -71,7 +71,7 @@ export type PicklistProps<MultiSelect extends boolean | undefined> = {
71
/**
72
*
73
*/
74
-const Picklist = <MultiSelect extends boolean | undefined>(
+export const Picklist = <MultiSelect extends boolean | undefined>(
75
props: PicklistProps<MultiSelect>
76
) => {
77
const {
0 commit comments