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
492 B
TypeScript
10 lines
492 B
TypeScript
import { SFCWithInstall } from "../../utils/vue/typescript.js";
|
|
import "../../utils/index.js";
|
|
import { EmptyProps, EmptyPropsPublic, emptyProps } from "./src/empty.js";
|
|
import { _default } from "./src/empty.vue.js";
|
|
import { EmptyInstance } from "./src/instance.js";
|
|
|
|
//#region ../../packages/components/empty/index.d.ts
|
|
declare const ElEmpty: SFCWithInstall<typeof _default>;
|
|
//#endregion
|
|
export { ElEmpty, ElEmpty as default, type EmptyInstance, EmptyProps, EmptyPropsPublic, emptyProps }; |