1.给所有的接口导出和引入加上type关键字

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1
2023-04-06 10:17:15 +08:00
parent f9137d11b3
commit 8a007854cd
20 changed files with 46 additions and 54 deletions

View File

@@ -15,7 +15,7 @@
import { NativeEglRender } from '../gl/NativeEglRender'
import { GPUFilterType } from '../gl/GPUFilterType'
import { Runnable } from '../interface/Runnable'
import type { Runnable } from '../interface/Runnable'
import LinkedList from '@ohos.util.LinkedList';
import ArrayList from '@ohos.util.ArrayList';