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