Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 476 Bytes

File metadata and controls

28 lines (18 loc) · 476 Bytes

@canner/slate-icon-redo

npm version

Icon

import Redo from '@canner/slate-icon-redo';

Props

  • type: Mark type name. Default: redo

Plugin

import {RedoPlugin} from '@canner/slate-icon-redo';

// support hot key for redo.
const plugins = [
  RedoPlugin()
]

Hot key

CMD+shift+y