UNPKG

@teamsparta/stack-bottom-sheet

Version:
10 lines (7 loc) 417 B
import * as react from 'react'; import { ComponentPropsWithoutRef } from 'react'; import { Drawer } from 'vaul'; interface BottomSheetOverlayProps extends Omit<ComponentPropsWithoutRef<typeof Drawer.Overlay>, "asChild"> { } declare const BottomSheetOverlay: react.ForwardRefExoticComponent<BottomSheetOverlayProps & react.RefAttributes<HTMLDivElement>>; export { BottomSheetOverlay, type BottomSheetOverlayProps };