2024-11-05 10:07:15 +08:00

10 lines
228 B
TypeScript

import { withInstall } from '../../utils'
import Input from './src/input.vue'
export const TnInput = withInstall(Input)
export default TnInput
export * from './src/input'
export type { TnInputInstance } from './src/instance'