index.d.ts 548 B

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