mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 10:11:31 +10:00
release: v4.1.0
This commit is contained in:
@ -34,11 +34,10 @@ export const SheetOverlay = forwardRef<
|
||||
|
||||
SheetOverlay.displayName = SheetPrimitive.Overlay.displayName;
|
||||
|
||||
export interface SheetContentProps
|
||||
extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>,
|
||||
VariantProps<typeof sheetVariants> {
|
||||
export type SheetContentProps = {
|
||||
showClose?: boolean;
|
||||
}
|
||||
} & React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content> &
|
||||
VariantProps<typeof sheetVariants>;
|
||||
|
||||
export const SheetContent = forwardRef<
|
||||
React.ElementRef<typeof SheetPrimitive.Content>,
|
||||
|
||||
Reference in New Issue
Block a user