|
@@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react' |
|
|
|
|
|
|
|
|
import type { Tag } from '@/types' |
|
|
import type { Tag } from '@/types' |
|
|
|
|
|
|
|
|
type CommonProps = { tag: Pick<Tag, 'name' | 'category' | 'postCount'> |
|
|
|
|
|
|
|
|
type CommonProps = { tag: Tag |
|
|
withWiki?: boolean |
|
|
withWiki?: boolean |
|
|
withCount?: boolean } |
|
|
withCount?: boolean } |
|
|
|
|
|
|
|
|