Welcome to mirror list, hosted at ThFree Co, Russian Federation.

document.js « extensions « content_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99aa8d6235a0b00fee8f682b9c03b35438d814a2 (plain)
1
2
3
import Document from '@tiptap/extension-document';

export const tiptapExtension = Document;