Add type definition for footer

This commit is contained in:
Ariful Alam 2023-01-13 16:31:28 +06:00
parent 5575e6c5f2
commit 02ed553904

5
types/index.d.ts vendored
View File

@ -299,6 +299,11 @@ export interface Config {
* Theme config
*/
themeConfig?: ThemeConfig;
/**
* Custom footer
*/
footer?: string;
}
export interface GitProfileProps {