@vericus/slate-kit-basic-text-formatting-renderer
Advanced tools
Comparing version 0.2.8 to 0.2.9
import * as React from "react"; | ||
import { Mark } from "slate"; | ||
import { Mark, Plugin } from "slate"; | ||
export interface Props { | ||
@@ -13,9 +13,3 @@ mark: Mark; | ||
export declare function strikethrough(props: Props): React.ReactElement<any> | null; | ||
export default function createRenderMark(): { | ||
queries: { | ||
registerOptions: (_editor: any, label: string, options: any) => void; | ||
getOptions: (_editor: any, label: string) => any; | ||
}; | ||
onConstruct: (editor: any, next: any) => any; | ||
}; | ||
export default function createRenderMark(): Plugin; | ||
//# sourceMappingURL=renderMark.d.ts.map |
import * as React from "react"; | ||
import { Mark } from "slate"; | ||
import { Mark, Plugin } from "slate"; | ||
export interface Props { | ||
@@ -13,9 +13,3 @@ mark: Mark; | ||
export declare function strikethrough(props: Props): React.ReactElement<any> | null; | ||
export default function createRenderMark(): { | ||
queries: { | ||
registerOptions: (_editor: any, label: string, options: any) => void; | ||
getOptions: (_editor: any, label: string) => any; | ||
}; | ||
onConstruct: (editor: any, next: any) => any; | ||
}; | ||
export default function createRenderMark(): Plugin; | ||
//# sourceMappingURL=renderMark.d.ts.map |
{ | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"name": "@vericus/slate-kit-basic-text-formatting-renderer", | ||
@@ -41,3 +41,3 @@ "description": "TODO: fill in this description later", | ||
"dependencies": { | ||
"@vericus/slate-kit-utils-register-helpers": "^0.1.3", | ||
"@vericus/slate-kit-utils-register-helpers": "^0.1.4", | ||
"debug": "^3.1.0", | ||
@@ -51,3 +51,3 @@ "immutable": ">=3.8.2", | ||
"devDependencies": { | ||
"@vericus/slate-kit-typescript-typings": "^1.1.1", | ||
"@vericus/slate-kit-typescript-typings": "^1.1.2", | ||
"expect": "^23.1.0", | ||
@@ -74,3 +74,3 @@ "react": ">=16.0.0", | ||
], | ||
"gitHead": "36870fd76a296d432163c8f969003863a2ee26b7" | ||
"gitHead": "fc91e8f76c70c0e0e4de15712cba0178ad5d3d1b" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28834
199