export declare enum Appearance { Auto = "auto", Dark = "dark", Light = "light" } export declare enum Extensions { Appearance = "appearance", Attribution = "attribution", Images = "images", ReadOnly = "readonly", Spellcheck = "spellcheck", Vim = "vim" } export declare enum Markup { Bold = "bold", Code = "code", CodeBlock = "code_block", Heading = "heading", Image = "image", Italic = "italic", Link = "link", List = "list", OrderedList = "ordered_list", Quote = "quote", TaskList = "task_list" } //# sourceMappingURL=values.d.ts.map