mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2024-12-26 03:39:12 +00:00
9 lines
160 B
TypeScript
9 lines
160 B
TypeScript
|
|
import type { Utils as UtilsType } from './utils/index.d';
|
|
|
|
declare global {
|
|
export namespace Editor {
|
|
export const Utils = UtilsType;
|
|
}
|
|
}
|
|
|