mirror of
https://github.com/zhigang1992/react.git
synced 2026-05-22 07:52:06 +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
|