UNPKG
@atlaskit/editor-plugin-ufo
Version:
latest (10.0.12)
10.0.12
10.0.11
10.0.10
10.0.9
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.0.0
8.0.28
8.0.27
8.0.26
8.0.25
8.0.24
8.0.23
8.0.22
8.0.21
8.0.20
8.0.19
8.0.18
8.0.17
8.0.16
8.0.15
8.0.14
8.0.13
8.0.12
8.0.11
8.0.10
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.2
7.0.1
7.0.0
6.0.2
6.0.1
6.0.0
5.0.0
4.0.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.1.1
2.1.0
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.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Ufo plugin for @atlaskit/editor-core
bitbucket.org/atlassian/atlassian-frontend-mirror
@atlaskit/editor-plugin-ufo
/
src
/
index.ts
5 lines
(4 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
/* eslint-disable @atlaskit/editor/no-re-export */
// Entry file in package.json
export
{ ufoPlugin }
from
'./ufoPlugin'
;
export
type
{
UfoPlugin
}
from
'./ufoPluginType'
;