fix: props type
This commit is contained in:
parent
b3afee8880
commit
1b72914bd3
|
@ -12,6 +12,7 @@ interface Props {
|
|||
title: string
|
||||
describe: string
|
||||
code: string
|
||||
url?: string
|
||||
class?: string
|
||||
style?: string | object
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue