UNPKG
@pluve/use-antd-table-vue
Version:
beta (0.6.0-beta.6)
latest (0.6.0)
0.6.0
0.6.0-beta.6
0.6.0-beta.5
0.6.0-beta.4
0.6.0-beta.3
0.6.0-beta.2
0.6.0-beta.1
0.6.0-beta.0
0.5.0
0.5.0-beta.1
0.5.0-beta.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
ant-design-vue Form 与 Table 联动逻辑封装
@pluve/use-antd-table-vue
/
dist
/
vite-env.d.ts
7 lines
(6 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="vite/client" />
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
;
const
component
:
DefineComponent
<{}, {},
any
>;
export
default
component; }