UNPKG

277 BTypeScriptView Raw
1import type { ProAliasToken } from '@ant-design/pro-utils';
2export interface GlobalFooterToken extends ProAliasToken {
3 componentCls: string;
4 probgLayout?: string;
5}
6export declare function useStyle(prefixCls: string): import("@ant-design/pro-provider").UseStyleResult;