UNPKG

@oceanbase/design

Version:
16 lines (15 loc) 793 B
/// <reference types="react" /> import type { CSSObject } from '@ant-design/cssinjs'; import type { FullToken, GenerateStyle } from 'antd/es/theme/internal'; import type { DescriptionsProps } from '..'; export type DescriptionsToken = FullToken<'Alert'> & { typographyPrefixCls: string; typographyComponentCls: string; }; export declare const genVerticalStyle: (size: DescriptionsProps['size'], token: Partial<DescriptionsToken>) => CSSObject; export declare const genDescriptionsStyle: GenerateStyle<DescriptionsToken>; declare const _default: (prefixCls: string, typographyPrefixCls: string) => { wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; hashId: string; }; export default _default;