UNPKG
@atlaskit/editor-plugin-content-format
Version:
latest (4.0.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
/
esm
/
index.js
4 lines
(3 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
/* eslint-disable @atlaskit/editor/no-re-export */
// Entry file in package.json
export
{ contentFormatPlugin }
from
'./contentFormatPlugin'
;