UNPKG

@teamsparta/stack-bottom-sheet

Version:
10 lines (7 loc) 439 B
import * as react from 'react'; import { ComponentPropsWithoutRef } from 'react'; import { Drawer } from 'vaul'; interface BottomSheetCloseButtonProps extends Omit<ComponentPropsWithoutRef<typeof Drawer.Close>, "children"> { } declare const BottomSheetCloseButton: react.ForwardRefExoticComponent<BottomSheetCloseButtonProps & react.RefAttributes<HTMLButtonElement>>; export { BottomSheetCloseButton, type BottomSheetCloseButtonProps };