1
0
mirror of synced 2026-04-14 21:19:18 +08:00

chore: import type

This commit is contained in:
roymondchen
2022-07-01 18:55:09 +08:00
committed by jia000
parent de81218dc0
commit a7afe057fb
35 changed files with 38 additions and 36 deletions

View File

@@ -16,9 +16,9 @@
* limitations under the License.
*/
import React, { useRef } from 'react';
import React from 'react';
import { MComponent } from '@tmagic/schema';
import type { MComponent } from '@tmagic/schema';
import useApp from '../useApp';