@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
8 lines (7 loc) • 411 B
TypeScript
/**
* Web Drawer Component
*
*/
import React from 'react';
import type { DrawerContentProps } from './types';
export default function DrawerContent({ modalContent, navContent, headerContent, alignContent, containerPlacement, preventCoreStyle, className, spacing, fullscreen, noAnimation, noAnimationOnMobile, minWidth: minWidthProp, maxWidth: maxWidthProp, ...rest }: DrawerContentProps): React.JSX.Element;