UNPKG
@zodiac-ui/editor
Version:
latest (0.0.2)
0.0.2
0.0.1
A rich text editor for Angular based on `@atlaskit/editor-core`.
github.com/zodiac-team/zodiac-ui
@zodiac-ui/editor
/
plugins
/
link
/
link.plugin.d.ts
4 lines
(3 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
import
{
EditorPlugin
}
from
"../../lib/interfaces/editor-plugin"
;
import
{
ComponentFactoryResolver
}
from
"@angular/core"
;
export
declare
function
hyperlinkPlugin
(
componentFactoryResolver: ComponentFactoryResolver
):
EditorPlugin
;