@univerjs/docs-ui 0.21.1 → 0.22.0

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.
@@ -14,5 +14,5 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import type { IPastePlugin } from './type';
17
- declare const wordPastePlugin: IPastePlugin;
18
- export default wordPastePlugin;
17
+ declare const LarkPastePlugin: IPastePlugin;
18
+ export default LarkPastePlugin;
@@ -14,5 +14,5 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import type { IPastePlugin } from './type';
17
- declare const univerPastePlugin: IPastePlugin;
18
- export default univerPastePlugin;
17
+ declare const UniverPastePlugin: IPastePlugin;
18
+ export default UniverPastePlugin;
@@ -14,5 +14,5 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import type { IPastePlugin } from './type';
17
- declare const wordPastePlugin: IPastePlugin;
18
- export default wordPastePlugin;
17
+ declare const WordPastePlugin: IPastePlugin;
18
+ export default WordPastePlugin;