UNPKG

crud-super

Version:

vue elementUI 增删改查

15 lines (13 loc) 300 B
import { InjectOptions, RenderElement, IMixins } from './options' declare const _default: { mixins?: IMixins; inject?: InjectOptions; computed: { list(): any; }; methods: { selectRow(item: any): void; }; render:RenderElement; }; export default _default;