@teamsparta/stack-bottom-sheet
Version:
stack bottom sheet
9 lines (6 loc) • 345 B
text/typescript
import * as react from 'react';
import { FlexProps } from '@teamsparta/stack-flex';
interface BottomSheetFooterProps extends FlexProps<"div"> {
}
declare const BottomSheetFooter: react.ForwardRefExoticComponent<Omit<BottomSheetFooterProps, "ref"> & react.RefAttributes<HTMLElement>>;
export { BottomSheetFooter, type BottomSheetFooterProps };