9 lines
256 B
TypeScript
Raw Normal View History

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