Fix LatestPosts Props and usage

This commit is contained in:
ilya kukarkin
2023-07-01 22:02:24 +08:00
parent 0b740cc42b
commit e0724cf498
2 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,7 @@ export interface Props {
allPostsText?: string;
allPostsLink?: string | URL;
information?: string;
postIds: string[];
count?: number;
}
const {