mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
fix: delete unused typescript types
This commit is contained in:
parent
912ee22180
commit
2432aed83d
@ -1,10 +1,11 @@
|
|||||||
import { AssetItem, AssetType, AssetLevels, Asset, AssetList, AssetBundle, AssetLevel, AssetsJson } from '@alilc/lowcode-types';
|
import { AssetType, AssetLevels, AssetLevel } from '@alilc/lowcode-types';
|
||||||
|
import type { AssetItem, Asset, AssetList, AssetBundle, AssetsJson } from '@alilc/lowcode-types';
|
||||||
import { isCSSUrl } from './is-css-url';
|
import { isCSSUrl } from './is-css-url';
|
||||||
import { createDefer } from './create-defer';
|
import { createDefer } from './create-defer';
|
||||||
import { load, evaluate } from './script';
|
import { load, evaluate } from './script';
|
||||||
|
|
||||||
// API 向下兼容
|
// API 向下兼容
|
||||||
export { AssetItem, AssetType, AssetLevels, Asset, AssetList, AssetBundle, AssetLevel, AssetsJson } from '@alilc/lowcode-types';
|
export { AssetType, AssetLevels, AssetLevel } from '@alilc/lowcode-types';
|
||||||
|
|
||||||
export function isAssetItem(obj: any): obj is AssetItem {
|
export function isAssetItem(obj: any): obj is AssetItem {
|
||||||
return obj && obj.type;
|
return obj && obj.type;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user