UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 873 B
/// <reference types="react" /> import type { GetDefaultToken } from '../../theme/internal'; export interface ComponentToken { } export declare const prepareRowComponentToken: GetDefaultToken<'Grid'>; export declare const prepareColComponentToken: GetDefaultToken<'Grid'>; export declare const useRowStyle: (prefixCls: string, rootCls?: string) => readonly [(node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, string, string | undefined]; export declare const useColStyle: (prefixCls: string, rootCls?: string) => readonly [(node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, string, string | undefined];