mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Add type definition for footer
This commit is contained in:
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
@@ -299,6 +299,11 @@ export interface Config {
|
|||||||
* Theme config
|
* Theme config
|
||||||
*/
|
*/
|
||||||
themeConfig?: ThemeConfig;
|
themeConfig?: ThemeConfig;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Custom footer
|
||||||
|
*/
|
||||||
|
footer?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GitProfileProps {
|
export interface GitProfileProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user