@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
8 lines (7 loc) • 429 B
TypeScript
/**
* Web Drawer Component
*
*/
import type { JSX } 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, scrollbarGutter, ...rest }: DrawerContentProps): JSX.Element;