完全跑通1.0版本
This commit is contained in:
9
frontend/node_modules/element-plus/lib/components/row/index.d.ts
generated
vendored
Normal file
9
frontend/node_modules/element-plus/lib/components/row/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { SFCWithInstall } from "../../utils/vue/typescript.js";
|
||||
import { RowAlign, RowInstance, RowJustify, RowProps, RowPropsPublic, rowProps } from "./src/row.js";
|
||||
import _default from "./src/row.vue.js";
|
||||
import { rowContextKey } from "./src/constants.js";
|
||||
|
||||
//#region ../../packages/components/row/index.d.ts
|
||||
declare const ElRow: SFCWithInstall<typeof _default>;
|
||||
//#endregion
|
||||
export { ElRow, ElRow as default, RowAlign, RowInstance, RowJustify, RowProps, RowPropsPublic, rowContextKey, rowProps };
|
||||
Reference in New Issue
Block a user