初始化 antd-pro
This commit is contained in:
7
admin-web/src/components/FooterToolbar/index.d.ts
vendored
Normal file
7
admin-web/src/components/FooterToolbar/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
export interface IFooterToolbarProps {
|
||||
extra: React.ReactNode;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
export default class FooterToolbar extends React.Component<IFooterToolbarProps, any> {}
|
||||
Reference in New Issue
Block a user