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
/
lib
/
constants.d.ts
5 lines
(4 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
import
{
InjectionToken
}
from
"@angular/core"
;
import
{
EditorPlugin
}
from
"./interfaces/editor-plugin"
;
export
declare
const
EDITOR_PLUGIN
:
InjectionToken
<
EditorPlugin
>;
export
declare
const
STATE_HANDLER
:
InjectionToken
<{}>;