ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface HotkeyHelpModalProps

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

    Properties

    Properties

    open: boolean
    onClose: () => void