mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-27 22:27:09 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import Code from './code'
|
|
import { CodeProps } from './code'
|
|
|
|
export type Props = CodeProps
|
|
export default Code
|