@wordpress/undo-manager
Version: 
A small package to manage undo/redo.
34 lines (18 loc) • 1.05 kB
Markdown
# Undo Manager
A simple undo manager.
## Installation
Install the module
```bash
npm install @wordpress/undo-manager --save
```
## API
<!-- START TOKEN(Autogenerated API docs) -->
### createUndoManager
Creates an undo manager.
_Returns_
-   `UndoManager< T >`: Undo manager.
<!-- END TOKEN(Autogenerated API docs) -->
## Contributing to this package
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to [npm](https://www.npmjs.com/) and used by [WordPress](https://make.wordpress.org/core/) as well as other software projects.
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main [contributor guide](https://github.com/WordPress/gutenberg/tree/HEAD/CONTRIBUTING.md).
<br /><br /><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>