mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:34:47 +00:00
9 lines
268 B
JavaScript
9 lines
268 B
JavaScript
import Input from './src/input2.mjs';
|
|
export { inputEmits, inputProps } from './src/input.mjs';
|
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElInput = withInstall(Input);
|
|
|
|
export { ElInput, ElInput as default };
|
|
//# sourceMappingURL=index.mjs.map
|