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.
9 lines
499 B
TypeScript
9 lines
499 B
TypeScript
import { SFCWithInstall } from "../../utils/vue/typescript.js";
|
|
import "../../utils/index.js";
|
|
import { AffixEmits, AffixInstance, AffixProps, AffixPropsPublic, affixEmits, affixProps } from "./src/affix.js";
|
|
import { _default } from "./src/affix.vue.js";
|
|
|
|
//#region ../../packages/components/affix/index.d.ts
|
|
declare const ElAffix: SFCWithInstall<typeof _default>;
|
|
//#endregion
|
|
export { AffixEmits, AffixInstance, AffixProps, AffixPropsPublic, ElAffix, ElAffix as default, affixEmits, affixProps }; |