@tiptap/extension-typography
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-typography@2.0.0-alpha.10...@tiptap/extension-typography@2.0.0-alpha.11) (2021-02-16) | ||
**Note:** Version bump only for package @tiptap/extension-typography | ||
# [2.0.0-alpha.10](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-typography@2.0.0-alpha.9...@tiptap/extension-typography@2.0.0-alpha.10) (2021-02-07) | ||
@@ -8,0 +16,0 @@ |
@@ -13,7 +13,2 @@ import { Extension } from '@tiptap/core'; | ||
export declare const multiplication: InputRule<any>; | ||
export declare const Typography: Extension<unknown, unknown>; | ||
declare module '@tiptap/core' { | ||
interface AllExtensions { | ||
Typography: typeof Typography; | ||
} | ||
} | ||
export declare const Typography: Extension<unknown>; |
{ | ||
"name": "@tiptap/extension-typography", | ||
"description": "typography extension for tiptap", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"homepage": "https://tiptap.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6bdeb4615c7b6afba4a2fcac4e3c35d7a7c0030a" | ||
"gitHead": "71d8fbbcb1eacd664bb6992e0086a589e4684e69" | ||
} |
@@ -47,7 +47,1 @@ import { Extension } from '@tiptap/core' | ||
}) | ||
declare module '@tiptap/core' { | ||
interface AllExtensions { | ||
Typography: typeof Typography, | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
453553
526