Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 475 Bytes

File metadata and controls

26 lines (16 loc) · 475 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