g3-toolkit API Reference
    Preparing search index...

    Interface KeyboardShortcutModalProps

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

    Properties

    Properties

    onClose: () => void
    open: boolean