EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/keyboard/index.ts
2025-02-08 18:50:38 +08:00

9 lines
256 B
TypeScript

import { withNoopInstall } from '../../utils'
import keyboard from './src/keyboard.vue'
export const TnKeyboard = withNoopInstall(keyboard)
export default TnKeyboard
export * from './src/keyboard'
export type { TnKeyboardInstance } from './src/instance'