UNPKG
@atlaskit/editor-plugin-user-preferences
Version:
latest (5.0.0)
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
/
types-ts4.5
/
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
;