index.d.ts 513 B

123456789
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { CardConfigContext, CardProps, CardPropsPublic, cardContextKey, cardProps } from "./src/card.js";
  3. import _default from "./src/card.vue.js";
  4. import { CardInstance } from "./src/instance.js";
  5. //#region ../../packages/components/card/index.d.ts
  6. declare const ElCard: SFCWithInstall<typeof _default>;
  7. //#endregion
  8. export { CardConfigContext, type CardInstance, CardProps, CardPropsPublic, ElCard, ElCard as default, cardContextKey, cardProps };