mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-10 22:45:11 +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
|