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
/
types
/
userPreferencesPlugin.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
import
type
{
UserPreferencesPlugin
}
from
'./userPreferencesPluginType'
;
export
declare
const
userPreferencesPlugin
:
UserPreferencesPlugin
;