Skip to content

Commit 280fe3d

Browse files
committed
fix: typing error
Signed-off-by: Innei <[email protected]>
1 parent 0132723 commit 280fe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/sheet/Sheet.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface PresentSheetProps {
99
content: ReactNode | FC
1010
open?: boolean
1111
onOpenChange?: (value: boolean) => void
12-
title?: string
12+
title?: ReactNode
1313
zIndex?: number
1414
dismissible?: boolean
1515
defaultOpen?: boolean

0 commit comments

Comments
 (0)