Add type definition for footer
This commit is contained in:
parent
5575e6c5f2
commit
02ed553904
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
@ -299,6 +299,11 @@ export interface Config {
|
||||
* Theme config
|
||||
*/
|
||||
themeConfig?: ThemeConfig;
|
||||
|
||||
/**
|
||||
* Custom footer
|
||||
*/
|
||||
footer?: string;
|
||||
}
|
||||
|
||||
export interface GitProfileProps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user