* fix:add the type declaration of the "key" field * change to a optional property and prettier code
@@ -1,6 +1,7 @@
import * as React from 'react';
export interface IGlobalFooterProps {
links?: Array<{
+ key?: string;
title: React.ReactNode;
href: string;
blankTarget?: boolean;