增加admin管理帐号和项目的界面--初步实现
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
|
||||
export declare const emptyProps: {
|
||||
readonly image: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
||||
readonly imageSize: NumberConstructor;
|
||||
readonly description: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
||||
};
|
||||
export type EmptyProps = ExtractPropTypes<typeof emptyProps>;
|
||||
export type EmptyPropsPublic = __ExtractPublicPropTypes<typeof emptyProps>;
|
||||
Reference in New Issue
Block a user