UNPKG

@ant-design/pro-layout

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