oom-editor
Version:
Awsome markdown editor for oom community!
8 lines (7 loc) • 437 B
TypeScript
declare const BoldButtonType = "BoldButton";
declare const CodeBlockButtonType = "CodeBlockButton";
declare const ItalicButtonType = "ItalicButton";
declare const LargeHeadingButtonType = "LargeHeadingButton";
declare const QuoteButtonType = "QuoteButton";
declare const StrengthButtonType = "StrengthButton";
export { BoldButtonType, CodeBlockButtonType, ItalicButtonType, LargeHeadingButtonType, QuoteButtonType, StrengthButtonType };