Skip to content

Commit

Permalink
fix: tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Nov 7, 2024
1 parent 9e4ee41 commit 8f0cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PickerTrigger/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type PickerTriggerProps = {
placement?: string;
builtinPlacements?: BuildInPlacements;
direction?: 'ltr' | 'rtl';
alignedPlacement: string;
alignedPlacement?: string;
// Visible
visible: boolean;
onClose: () => void;
Expand Down

0 comments on commit 8f0cdc4

Please sign in to comment.