@livetiles/reach-plugin-types 0.5.0-preview.173 → 0.5.0-preview.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -8052,6 +8052,7 @@ declare module "libs/reach/feature/content/src/common/body/colored-text-plugin/c
|
|
|
8052
8052
|
export function createColoredTextPlugin(): ColoredTextPlugin;
|
|
8053
8053
|
export function createColoredTextEntity(node: HTMLElement, createEntity: (type: string, mutability: string, data: object) => EntityKey): string;
|
|
8054
8054
|
export function createColoredTextAtSelection(editorState: EditorState, colorId: string): EditorState;
|
|
8055
|
+
export function removeColoredTextAtSelection(editorState: EditorState): EditorState;
|
|
8055
8056
|
}
|
|
8056
8057
|
declare module "libs/reach/feature/content/src/common/body/colored-text-plugin/index" {
|
|
8057
8058
|
export * from "libs/reach/feature/content/src/common/body/colored-text-plugin/ColoredText";
|