UNPKG

@tuniao/tnui-vue3-uniapp

Version:
10 lines (6 loc) 228 B
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'