index.d.ts 534 B

12345678910
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import "../../utils/index.js";
  3. import { RowAlign, RowInstance, RowJustify, RowProps, RowPropsPublic, rowProps } from "./src/row.js";
  4. import { _default } from "./src/row.vue.js";
  5. import { rowContextKey } from "./src/constants.js";
  6. //#region ../../packages/components/row/index.d.ts
  7. declare const ElRow: SFCWithInstall<typeof _default>;
  8. //#endregion
  9. export { ElRow, ElRow as default, RowAlign, RowInstance, RowJustify, RowProps, RowPropsPublic, rowContextKey, rowProps };