UNPKG

el-plus-powerful-table-ts

Version:

## [DOCS](https://peng-xiao-shuai.github.io/vite-vue-admin-docs/zh-CN/component/powerful-table-doc.html)

6 lines (4 loc) 271 B
import { InjectionKey } from 'vue'; export declare const PowerfulTableSymbol: InjectionKey<import('./index').InjectProps>; export declare const JustifyFunSymbol: InjectionKey<(v: string) => string>; export declare const SizeSymbol: InjectionKey<import('./index').Size>;