UNPKG

@atlaskit/editor-plugin-paste-options-toolbar

Version:

Paste options toolbar for @atlaskit/editor-core

12 lines (11 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "getSingleSmartLinkUrlFromSlice", { enumerable: true, get: function get() { return _currentPastedSmartLink.getSingleSmartLinkUrlFromSlice; } }); var _currentPastedSmartLink = require("../ui/utils/current-pasted-smart-link");