UNPKG
@atlaskit/editor-plugin-user-preferences
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
UserPreferences plugin for @atlaskit/editor-core
bitbucket.org/atlassian/atlassian-frontend-mirror
@atlaskit/editor-plugin-user-preferences
/
dist
/
esm
/
index.js
3 lines
•
145 B
JavaScript
View Raw
1
2
3
/* eslint-disable @atlaskit/editor/no-re-export */
// Entry file in package.json
export
{ userPreferencesPlugin }
from
'./userPreferencesPlugin'
;