UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

11 lines (8 loc) 339 B
import insertAutoClosingTagCommand from './closing-bracket.js'; import insertSelfClosingTagCommand from './self-closing-tag.js'; var playgroundKeymaps = [ { key: ">", run: insertAutoClosingTagCommand }, { key: "/", run: insertSelfClosingTagCommand }, ]; export { playgroundKeymaps as default }; //# sourceMappingURL=index.js.map