import type { ExtensionRegistry } from './types';
/**
* 扩展注册表
*
* Extension registry
*/
export const EXTENSION_REGISTRY: ExtensionRegistry = {
animation: {},
behavior: {},
combo: {},
edge: {},
layout: {},
node: {},
palette: {},
theme: {},
plugin: {},
transform: {},
shape: {},
};