mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-25 21:05:36 +08:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import Tag from './tag'
|
|
import { TagProps } from './tag'
|
|
|
|
export type Props = TagProps
|
|
export default Tag
|