mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-27 19:25:05 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import Card from './card'
|
|
import { CardProps } from './card'
|
|
|
|
export type Props = CardProps
|
|
export default Card
|