UNPKG
@churchapps/apphelper-markdown
Version:
latest (0.6.18)
0.6.18
0.6.16
0.6.15
0.6.14
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.1
0.5.0
0.4.50
0.4.48
0.4.47
0.4.46
0.4.44
0.4.42
0.4.41
0.4.40
0.4.39
0.4.38
0.4.37
0.4.36
0.4.35
0.4.34
0.4.33
0.4.28
0.4.27
0.4.26
0.4.25
0.4.21
0.4.18
0.4.17
ChurchApps markdown/lexical editor components
github.com/ChurchApps/Packages
ChurchApps/Packages
@churchapps/apphelper-markdown
/
dist
/
components
/
markdownEditor
/
plugins
/
customLink
/
CustomLinkNodeTransformer.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
type
{
TextMatchTransformer
}
from
"@lexical/markdown"
;
export
declare
const
CUSTOM_LINK_NODE_TRANSFORMER
:
TextMatchTransformer
;