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
411 B
JavaScript
10 lines
411 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { inputEmits, inputProps, inputPropsDefaults } from "./src/input.mjs";
|
|
import input_default from "./src/input2.mjs";
|
|
|
|
//#region ../../packages/components/input/index.ts
|
|
const ElInput = withInstall(input_default);
|
|
|
|
//#endregion
|
|
export { ElInput, ElInput as default, inputEmits, inputProps, inputPropsDefaults };
|
|
//# sourceMappingURL=index.mjs.map
|