UNPKG

epic-designer

Version:

基于vue3的设计器,可视化开发页面表单

4 lines (3 loc) 169 B
import { InjectionKey } from 'vue'; export declare const NODE_ATTRS_KEY: InjectionKey<Record<string, any>>; export declare function useNodeAttrs(): Record<string, any>;