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
/
text-formatting
/
strike
/
strike.command.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
"../../../lib/interfaces/command"
;
export
declare
const
toggleStrike
:
() =>
Command
;