UNPKG
@atlaskit/editor-plugin-user-preferences
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.3.0
0.2.2
0.2.1
0.2.0
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'
;