import React, { ReactNode } from 'react' import Modal from './Modal' interface Shortcut { children: ReactNode content: string } function ShortCut(props: Shortcut) { const { children, content } = props return (
Hold Cmd/Ctrl
Cmd/Ctrl + z
Space & Drag
Hold Tab
Esc
[
]