Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaobo01 committed May 9, 2022
1 parent 392cbe0 commit 7c2b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/single/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-nocheck
import React, { useEffect, useState } from 'react';
import EditorComp from './Editor';
import EditorComp, { SingleEditorIProps, SingleEditorRefType } from './Editor';
import './index.less';

export { SingleEditorIProps, SingleEditorRefType } from './Editor';
Expand Down

0 comments on commit 7c2b8fa

Please sign in to comment.