@tiptap/core 3.0.2-beta.0 → 3.0.3

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/dist/index.d.cts CHANGED
@@ -3161,14 +3161,6 @@ type DOMOutputSpecElement = 0 | Attributes | DOMOutputSpecArray;
3161
3161
  * @see https://prosemirror.net/docs/ref/#model.DOMOutputSpec
3162
3162
  */
3163
3163
  type DOMOutputSpecArray = [string] | [string, Attributes] | [string, 0] | [string, Attributes, 0] | [string, Attributes, DOMOutputSpecArray | 0] | [string, DOMOutputSpecArray];
3164
- declare global {
3165
- namespace JSX {
3166
- type Element = [string, ...any[]];
3167
- interface IntrinsicElements {
3168
- [key: string]: any;
3169
- }
3170
- }
3171
- }
3172
3164
  type JSXRenderer = (tag: 'slot' | string | ((props?: Attributes) => DOMOutputSpecArray | DOMOutputSpecElement), props?: Attributes, ...children: JSXRenderer[]) => DOMOutputSpecArray | DOMOutputSpecElement;
3173
3165
  declare function Fragment(props: {
3174
3166
  children: JSXRenderer[];
package/dist/index.d.ts CHANGED
@@ -3161,14 +3161,6 @@ type DOMOutputSpecElement = 0 | Attributes | DOMOutputSpecArray;
3161
3161
  * @see https://prosemirror.net/docs/ref/#model.DOMOutputSpec
3162
3162
  */
3163
3163
  type DOMOutputSpecArray = [string] | [string, Attributes] | [string, 0] | [string, Attributes, 0] | [string, Attributes, DOMOutputSpecArray | 0] | [string, DOMOutputSpecArray];
3164
- declare global {
3165
- namespace JSX {
3166
- type Element = [string, ...any[]];
3167
- interface IntrinsicElements {
3168
- [key: string]: any;
3169
- }
3170
- }
3171
- }
3172
3164
  type JSXRenderer = (tag: 'slot' | string | ((props?: Attributes) => DOMOutputSpecArray | DOMOutputSpecElement), props?: Attributes, ...children: JSXRenderer[]) => DOMOutputSpecArray | DOMOutputSpecElement;
3173
3165
  declare function Fragment(props: {
3174
3166
  children: JSXRenderer[];