Preparing search index...
    interface DrawerProps {
        hasBackdrop?: boolean;
        hasCloseIcon?: boolean;
        header?: ReactNode;
        isOpen: boolean;
        leftExtraItems?: ReactNode;
        onClose: (e: Event | SyntheticEvent<HTMLDivElement, Event>) => void;
        parentContainer?: HTMLElement;
        position?: DrawerPosition;
        rightExtraItems?: ReactNode;
        shouldCloseOnClickOutside?: boolean;
        shouldCloseOnEsc?: boolean;
        size?: SIZE;
        theme?: DrawerTheme;
        title?: ReactNode;
    }
    Index

    Properties

    hasBackdrop?: boolean
    hasCloseIcon?: boolean
    header?: ReactNode
    isOpen: boolean
    leftExtraItems?: ReactNode

    Использовать Drawer.HeaderTitle в слоте DrawerProps.header

    @universe-platform/uikit 2.0

    onClose: (e: Event | SyntheticEvent<HTMLDivElement, Event>) => void
    parentContainer?: HTMLElement
    position?: DrawerPosition
    rightExtraItems?: ReactNode

    Использовать Drawer.HeaderTitle в слоте DrawerProps.header

    @universe-platform/uikit 2.0

    shouldCloseOnClickOutside?: boolean
    shouldCloseOnEsc?: boolean
    size?: SIZE
    theme?: DrawerTheme
    title?: ReactNode

    Использовать Drawer.HeaderTitle в слоте DrawerProps.header

    @universe-platform/uikit 2.0