behavior-eden-coco-plugin/@types/utils.d.ts

9 lines
160 B
TypeScript
Raw Normal View History

2023-09-20 17:32:11 +00:00
import type { Utils as UtilsType } from './utils/index.d';
declare global {
export namespace Editor {
export const Utils = UtilsType;
}
}