Skip to content

Commit 8f0cdc4

Browse files
committed
fix: tsc error
1 parent 9e4ee41 commit 8f0cdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PickerTrigger/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export type PickerTriggerProps = {
5454
placement?: string;
5555
builtinPlacements?: BuildInPlacements;
5656
direction?: 'ltr' | 'rtl';
57-
alignedPlacement: string;
57+
alignedPlacement?: string;
5858
// Visible
5959
visible: boolean;
6060
onClose: () => void;

0 commit comments

Comments
 (0)