@tinymce/tinymce-react
Advanced tools
Comparing version 5.1.2-feature.20240716043059438.shab282b50 to 5.1.2-feature.20240716073939528.sha26b5632
@@ -5,3 +5,3 @@ import * as React from 'react'; | ||
import { IEditorPropTypes } from './EditorPropTypes'; | ||
import { Editor as TinyMCEEditor, TinyMCE } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, TinyMCE } from 'tinymce'; | ||
type OmitStringIndexSignature<T> = { | ||
@@ -8,0 +8,0 @@ [K in keyof T as string extends K ? never : K]: T[K]; |
@@ -1,2 +0,2 @@ | ||
import { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce'; | ||
export type EventHandler<A> = (a: EditorEvent<A>, editor: TinyMCEEditor) => unknown; | ||
@@ -3,0 +3,0 @@ type EEventHandler<K extends keyof Events.EditorEventMap> = EventHandler<Events.EditorEventMap[K]>; |
@@ -1,3 +0,3 @@ | ||
import { TinyMCE as TinyMCEGlobal } from 'tinymce'; | ||
import type { TinyMCE as TinyMCEGlobal } from 'tinymce'; | ||
declare const getTinymce: (view: Window) => TinyMCEGlobal | null; | ||
export { getTinymce }; |
import { IEventPropTypes } from './components/EditorPropTypes'; | ||
import { IAllProps } from './components/Editor'; | ||
import { Editor as TinyMCEEditor, EditorEvent } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, EditorEvent } from 'tinymce'; | ||
export declare const isFunction: (x: unknown) => x is Function; | ||
@@ -5,0 +5,0 @@ type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined; |
@@ -5,3 +5,3 @@ import * as React from 'react'; | ||
import { IEditorPropTypes } from './EditorPropTypes'; | ||
import { Editor as TinyMCEEditor, TinyMCE } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, TinyMCE } from 'tinymce'; | ||
type OmitStringIndexSignature<T> = { | ||
@@ -8,0 +8,0 @@ [K in keyof T as string extends K ? never : K]: T[K]; |
@@ -1,2 +0,2 @@ | ||
import { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce'; | ||
export type EventHandler<A> = (a: EditorEvent<A>, editor: TinyMCEEditor) => unknown; | ||
@@ -3,0 +3,0 @@ type EEventHandler<K extends keyof Events.EditorEventMap> = EventHandler<Events.EditorEventMap[K]>; |
@@ -1,3 +0,3 @@ | ||
import { TinyMCE as TinyMCEGlobal } from 'tinymce'; | ||
import type { TinyMCE as TinyMCEGlobal } from 'tinymce'; | ||
declare const getTinymce: (view: Window) => TinyMCEGlobal | null; | ||
export { getTinymce }; |
import { IEventPropTypes } from './components/EditorPropTypes'; | ||
import { IAllProps } from './components/Editor'; | ||
import { Editor as TinyMCEEditor, EditorEvent } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, EditorEvent } from 'tinymce'; | ||
export declare const isFunction: (x: unknown) => x is Function; | ||
@@ -5,0 +5,0 @@ type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined; |
@@ -79,4 +79,4 @@ { | ||
}, | ||
"version": "5.1.2-feature.20240716043059438.shab282b50", | ||
"version": "5.1.2-feature.20240716073939528.sha26b5632", | ||
"name": "@tinymce/tinymce-react" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110517