فهرست منبع

fix lint error

Shun Miyazawa 6 ماه پیش
والد
کامیت
296fcc736b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/remark-drawio/src/components/DrawioViewer.tsx

+ 2 - 2
packages/remark-drawio/src/components/DrawioViewer.tsx

@@ -23,8 +23,8 @@ declare global {
 }
 
 export type DrawioViewerProps = {
-  isDarkMode: boolean
-  diagramIndex: number
+  isDarkMode: boolean;
+  diagramIndex: number;
   bol: number;
   eol: number;
   children?: ReactNode;