Files
copilot-toolbox-template-121/node_modules/@ant-design/pro-layout/es/components/GlobalFooter/style.d.ts
2026-01-16 02:20:32 +00:00

11 lines
426 B
TypeScript

/// <reference types="react" />
import type { ProAliasToken } from '@ant-design/pro-provider';
export interface GlobalFooterToken extends ProAliasToken {
componentCls: string;
probgLayout?: string;
}
export declare function useStyle(prefixCls: string): {
wrapSSR: (node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").JSX.Element;
hashId: string;
};