@fileverse-dev/ddoc 3.0.21 → 3.0.23

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.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-5FAaoRqW.mjs";
1
+ import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-BuCWyB68.mjs";
2
2
  export {
3
3
  d as DdocEditor,
4
4
  r as Editor,
@@ -0,0 +1,2 @@
1
+ export declare const TWITTER_REGEX: RegExp;
2
+ export declare const isTwitterUrl: (url: string | null | undefined) => boolean;
@@ -0,0 +1,7 @@
1
+ import { Editor } from '@tiptap/core';
2
+
3
+ interface EmbedSettingsProps {
4
+ editor: Editor;
5
+ }
6
+ export declare const EmbedSettings: ({ editor }: EmbedSettingsProps) => import("react/jsx-runtime").JSX.Element;
7
+ export {};