初始化 antd-pro
This commit is contained in:
13
admin-web/src/components/GlobalFooter/index.d.ts
vendored
Normal file
13
admin-web/src/components/GlobalFooter/index.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
export interface IGlobalFooterProps {
|
||||
links?: Array<{
|
||||
key?: string;
|
||||
title: React.ReactNode;
|
||||
href: string;
|
||||
blankTarget?: boolean;
|
||||
}>;
|
||||
copyright?: React.ReactNode;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
export default class GlobalFooter extends React.Component<IGlobalFooterProps, any> {}
|
||||
Reference in New Issue
Block a user