UNPKG

ngx-tiptap-editor

Version:

[![Build and Publish](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml/badge.svg)](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [![Deploy to Github Pages](https://github.com/HuiiBuh/ngx-tiptap-edito

6 lines (5 loc) 323 B
import { InjectionToken } from '@angular/core'; import { Extensions } from '@tiptap/core'; import { ExtensionBuilder } from './extensions/base-extension.model'; export declare const GLOBAL_EXTENSIONS: InjectionToken<Extensions>; export declare const GLOBAL_ANGULAR_EXTENSIONS: InjectionToken<ExtensionBuilder<any, any>[]>;