interface DrawerDefaultProps {
    hasBackdrop: boolean;
    hasCloseIcon: boolean;
    position: DrawerPosition;
    shouldCloseOnClickOutside: boolean;
    shouldCloseOnEsc: boolean;
    size: SIZE;
    theme: DrawerTheme;
}

Properties

hasBackdrop: boolean
hasCloseIcon: boolean
position: DrawerPosition
shouldCloseOnClickOutside: boolean
shouldCloseOnEsc: boolean
size: SIZE