@leankylin-sheet/core 3.1.31 → 3.1.32

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.
@@ -1,5 +1,5 @@
1
1
  import { Context } from "../context";
2
2
  export declare function handlePaste(ctx: Context, e: ClipboardEvent): void;
3
3
  export declare function getClipboardContent(): Promise<string>;
4
- export declare function handlePasteByLeanklin(ctx: Context, e: any): Promise<void>;
4
+ export declare function handlePasteByLeanklin(ctx: Context, e: any, copyRich: boolean): Promise<void>;
5
5
  export declare function handlePasteByClick(ctx: Context, triggerType?: string): void;