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
409 B
TypeScript
9 lines
409 B
TypeScript
import { SFCWithInstall } from "../../utils/vue/typescript.js";
|
|
import "../../utils/index.js";
|
|
import { TextProps, TextPropsPublic, textProps } from "./src/text.js";
|
|
import { _default } from "./src/text.vue.js";
|
|
|
|
//#region ../../packages/components/text/index.d.ts
|
|
declare const ElText: SFCWithInstall<typeof _default>;
|
|
//#endregion
|
|
export { ElText, ElText as default, TextProps, TextPropsPublic, textProps }; |