UNPKG

@pluve/use-antd-table-vue

Version:

ant-design-vue Form 与 Table 联动逻辑封装

7 lines (6 loc) 188 B
/// <reference types="vite/client" /> declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent<{}, {}, any>; export default component; }