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

    Properties

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