10 lines
228 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
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'