UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 286 B
import { DrawerModel } from './DrawerV2.types'; declare const DrawerV2: ({ variant, direction, animation, backgroundColor, boxShadow, padding, border, width, mainContainerProps, contentProps, ...props }: DrawerModel) => import("react/jsx-runtime").JSX.Element; export default DrawerV2;