@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
5 lines (4 loc) • 332 B
TypeScript
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;