UNPKG

@ant-design/pro-layout

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