UNPKG

@teamsparta/stack-bottom-sheet

Version:
9 lines (6 loc) 348 B
import * as react from 'react'; import { FlexProps } from '@teamsparta/stack-flex'; interface BottomSheetHeaderProps extends FlexProps<"header"> { } declare const BottomSheetHeader: react.ForwardRefExoticComponent<Omit<BottomSheetHeaderProps, "ref"> & react.RefAttributes<HTMLElement>>; export { BottomSheetHeader, type BottomSheetHeaderProps };