mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-12 22:29:35 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import Link from './link'
|
|
import { LinkProps } from './link'
|
|
|
|
export type Props = LinkProps
|
|
export default Link
|