UNPKG
@atlaskit/editor-plugin-placeholder
Version:
latest (10.0.0)
10.0.0
9.0.0
8.1.24
8.1.23
8.1.22
8.1.21
8.1.20
8.1.19
8.1.18
8.1.17
8.1.16
8.1.15
8.1.14
8.1.13
8.1.12
8.1.11
8.1.10
8.1.9
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.3
7.3.2
7.3.1
7.3.0
7.2.19
7.2.18
7.2.17
7.2.16
7.2.15
7.2.14
7.2.13
7.2.12
7.2.11
7.2.10
7.2.9
7.2.8
7.2.7
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.0
6.6.7
6.6.6
6.6.5
6.6.4
6.6.3
6.6.2
6.6.1
6.6.0
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.4.0
6.3.0
6.2.0
6.1.1
6.1.0
6.0.0
5.1.0
5.0.0
4.0.1
4.0.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
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.6.0
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Placeholder plugin for @atlaskit/editor-core.
bitbucket.org/atlassian/atlassian-frontend-mirror
@atlaskit/editor-plugin-placeholder
/
dist
/
types
/
placeholderPlugin.d.ts
6 lines
(5 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PluginKey
}
from
'@atlaskit/editor-prosemirror/state'
;
import
type
{
PlaceholderPlugin
}
from
'./placeholderPluginType'
;
export
declare
const
EMPTY_PARAGRAPH_TIMEOUT_DELAY
=
2000
;
export
declare
const
pluginKey
:
PluginKey
;
export
declare
const
placeholderPlugin
:
PlaceholderPlugin
;