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
/
types
/
index.d.ts
3 lines
(2 loc)
•
159 B
TypeScript
View Raw
1
2
3
export
{ contentFormatPlugin }
from
'./contentFormatPlugin'
;
export
type
{
ContentFormatPlugin
,
ContentFormatPluginOptions
}
from
'./contentFormatPluginType'
;