UNPKG

@wulperstudio/cms

Version:
5 lines (4 loc) 332 B
import { PropsWithChildren } from 'react'; import { SwipeableLargeDrawerModel } from './SwipeableLargeDrawer.types'; declare const SwipeableLargeDrawer: ({ children, height, contentSwipeProps, ...props }: PropsWithChildren<SwipeableLargeDrawerModel>) => import("react/jsx-runtime").JSX.Element; export default SwipeableLargeDrawer;