Preparing search index...
    interface DrawerDefaultProps {
        hasBackdrop: boolean;
        hasCloseIcon: boolean;
        position: DrawerPosition;
        shouldCloseOnClickOutside: boolean;
        shouldCloseOnEsc: boolean;
        size: SIZE;
        theme: DrawerTheme;
    }
    Index

    Properties

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