headless-commerce
    Preparing search index...

    Interface DrawerProps

    interface DrawerProps {
        children: ReactNode;
        className?: string;
        footer?: ReactNode;
        isOpen: boolean;
        onClose: () => void;
        title: string;
    }
    Index

    Properties

    children: ReactNode
    className?: string
    footer?: ReactNode
    isOpen: boolean
    onClose: () => void
    title: string