@udecode/plate-indent
Advanced tools
Comparing version 11.0.1 to 11.0.2
# @udecode/plate-indent | ||
## 11.0.2 | ||
## 11.0.1 | ||
@@ -4,0 +6,0 @@ |
import { IndentPlugin } from './types'; | ||
export declare const KEY_INDENT = "indent"; | ||
export declare const createIndentPlugin: <V extends import("@udecode/plate-core").Value, E extends import("@udecode/plate-core").PlateEditor<V> = import("@udecode/plate-core").PlateEditor<V>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<V, E> | undefined) => import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>; | ||
export declare const createIndentPlugin: <OP = IndentPlugin, OV extends import("@udecode/plate-core").Value = import("@udecode/plate-core").Value, OE extends import("@udecode/plate-core").PlateEditor<OV> = import("@udecode/plate-core").PlateEditor<OV>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, OV, OE>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<OV, OE> | undefined) => import("@udecode/plate-core").PlatePlugin<import("@udecode/plate-core").NoInfer<OP>, OV, OE>; | ||
//# sourceMappingURL=createIndentPlugin.d.ts.map |
import { IndentPlugin } from './types'; | ||
export declare const KEY_TEXT_INDENT = "textIndent"; | ||
export declare const createTextIndentPlugin: <V extends import("@udecode/plate-core").Value, E extends import("@udecode/plate-core").PlateEditor<V> = import("@udecode/plate-core").PlateEditor<V>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<V, E> | undefined) => import("@udecode/plate-core").PlatePlugin<IndentPlugin, V, E>; | ||
export declare const createTextIndentPlugin: <OP = IndentPlugin, OV extends import("@udecode/plate-core").Value = import("@udecode/plate-core").Value, OE extends import("@udecode/plate-core").PlateEditor<OV> = import("@udecode/plate-core").PlateEditor<OV>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<IndentPlugin, OV, OE>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<OV, OE> | undefined) => import("@udecode/plate-core").PlatePlugin<import("@udecode/plate-core").NoInfer<OP>, OV, OE>; | ||
//# sourceMappingURL=createTextIndentPlugin.d.ts.map |
{ | ||
"name": "@udecode/plate-indent", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Indent plugin for Plate", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@udecode/plate-core": "11.0.1" | ||
"@udecode/plate-core": "11.0.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41566
+ Added@udecode/plate-core@11.0.2(transitive)
- Removed@udecode/plate-core@11.0.1(transitive)
Updated@udecode/plate-core@11.0.2