UNPKG
@atlaskit/editor-plugin-content-format
Version:
latest (4.1.0)
4.1.0
4.0.0
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
ContentFormat plugin for @atlaskit/editor-core
bitbucket.org/atlassian/atlassian-frontend-mirror
@atlaskit/editor-plugin-content-format
/
dist
/
cjs
/
index.js
12 lines
(11 loc)
•
301 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
Object
.
defineProperty
(
exports
,
"contentFormatPlugin"
, {
enumerable
:
true
,
get
:
function
get
(
) {
return
_contentFormatPlugin.
contentFormatPlugin
; } });
var
_contentFormatPlugin =
require
(
"./contentFormatPlugin"
);