mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
import InputNumber from './src/input-number.vue'
|
|
|
|
export const ElInputNumber = withInstall(InputNumber)
|
|
|
|
export default ElInputNumber
|
|
export * from './src/input-number'
|