UNPKG

crud-super

Version:

vue elementUI 增删改查

15 lines (12 loc) 318 B
import { InjectOptions, RenderElement, IMixins } from './options' declare const _default: { mixins?: IMixins; inject?: InjectOptions; name?: string; methods: { currentChange(index: any): void; sizeChange(size: any): void; }; render: RenderElement; }; export default _default;