ChemPal Documentation - v1.7.0
    Preparing search index...

    Interface HotkeyHelpModalProps

    interface HotkeyHelpModalProps {
        open: boolean;
        onClose: () => void;
    }
    Index

    Properties

    Properties

    open: boolean
    onClose: () => void