We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0132723 commit 280fe3dCopy full SHA for 280fe3d
src/components/ui/sheet/Sheet.tsx
@@ -9,7 +9,7 @@ export interface PresentSheetProps {
9
content: ReactNode | FC
10
open?: boolean
11
onOpenChange?: (value: boolean) => void
12
- title?: string
+ title?: ReactNode
13
zIndex?: number
14
dismissible?: boolean
15
defaultOpen?: boolean
0 commit comments