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
/
tools
/
subscript-tool
/
subscript-tool.component.d.ts
6 lines
(5 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EditorTool
}
from
"../../lib/editor-toolbar/interfaces"
;
export
declare
class
SubscriptToolComponent
{
tool
:
EditorTool
;
constructor
(
); }