behavior-eden-coco-plugin/@types/utils.d.ts
2023-09-21 01:32:33 +08:00

9 lines
160 B
TypeScript

import type { Utils as UtilsType } from './utils/index.d';
declare global {
export namespace Editor {
export const Utils = UtilsType;
}
}