UNPKG

@alilc/lowcode-plugin-components-pane

Version:
7 lines (6 loc) 216 B
import { SnippetMeta } from '@/utils/transform'; export default class ComponentManager { snippets: Map<string, any>; setSnippets: (snippets: SnippetMeta[]) => void; getSnippetById: (id: string) => any; }