crud-super
Version:
vue elementUI 增删改查
17 lines (15 loc) • 350 B
TypeScript
import { InjectOptions, RenderElement, IMixins, Props } from './options'
declare const _default: {
mixins?: IMixins;
inject?: InjectOptions;
name?: string;
props?: Props;
data(): {
switchValue: boolean;
};
methods: {
change(value: any): void;
};
render: RenderElement;
};
export default _default;