UNPKG
@atlaskit/editor-plugin-connectivity
Version:
latest (10.0.0)
10.0.0
9.0.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.1
7.0.0
6.1.0
6.0.0
5.0.1
5.0.0
4.0.0
3.1.1
3.1.0
3.0.0
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Connectivity plugin for @atlaskit/editor-core
bitbucket.org/atlassian/atlassian-frontend-mirror
@atlaskit/editor-plugin-connectivity
/
dist
/
types-ts4.5
/
index.d.ts
4 lines
(3 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
export
{ connectivityPlugin }
from
'./connectivityPlugin'
;
export
type
{
ConnectivityPlugin
,
Mode
,
PluginState
,
PublicPluginState
, }
from
'./connectivityPluginType'
;
export
{ isOfflineMode }
from
'./connectivityPluginType'
;