UNPKG

storybook-addon-playground

Version:

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

8 lines (5 loc) 250 B
import { historyField } from '@codemirror/commands'; const SNIPPET_SHARE_QUERY_ID = "snippet"; const EDITOR_STATE_FIELDS = { history: historyField }; export { EDITOR_STATE_FIELDS, SNIPPET_SHARE_QUERY_ID }; //# sourceMappingURL=editor-consts.js.map