Skip to content

Commit

Permalink
fix: typing error
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 23, 2024
1 parent 0132723 commit 280fe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/sheet/Sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface PresentSheetProps {
content: ReactNode | FC
open?: boolean
onOpenChange?: (value: boolean) => void
title?: string
title?: ReactNode
zIndex?: number
dismissible?: boolean
defaultOpen?: boolean
Expand Down

0 comments on commit 280fe3d

Please sign in to comment.