Skip to content

Commit 0aba307

Browse files
committed
fix exporting Picklist component
1 parent c3ae9bd commit 0aba307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Picklist.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export type PicklistProps<MultiSelect extends boolean | undefined> = {
7171
/**
7272
*
7373
*/
74-
const Picklist = <MultiSelect extends boolean | undefined>(
74+
export const Picklist = <MultiSelect extends boolean | undefined>(
7575
props: PicklistProps<MultiSelect>
7676
) => {
7777
const {

0 commit comments

Comments
 (0)