mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-24 04:15:54 +08:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import Keyboard from './keyboard'
|
|
import { KeyboardProps } from './keyboard'
|
|
|
|
export type Props = KeyboardProps
|
|
export default Keyboard
|