You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
534 B
TypeScript
10 lines
534 B
TypeScript
import { SFCWithInstall } from "../../utils/vue/typescript.js";
|
|
import "../../utils/index.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 }; |