fix: props type

This commit is contained in:
yuqing521 2021-08-25 10:35:23 +08:00
parent b3afee8880
commit 1b72914bd3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ interface Props {
title: string
describe: string
code: string
url?: string
class?: string
style?: string | object
}