(editor: Editor, options: HeadingOptions)
| 27 | } |
| 28 | |
| 29 | export const setOptions = (editor: Editor, options: HeadingOptions) => { |
| 30 | HEADING_OPTIONS.set(editor, options) |
| 31 | } |
| 32 | |
| 33 | const defaultStyle = { |
| 34 | [HEADING_ONE_KEY]: { |
no outgoing calls
no test coverage detected
searching dependent graphs…