UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

10 lines (9 loc) 582 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { TypographyToken } from '.'; import type { GenerateStyle } from '../../theme'; export declare const getTitleStyles: GenerateStyle<TypographyToken, CSSObject>; export declare const getLinkStyles: GenerateStyle<TypographyToken, CSSObject>; export declare const getResetStyles: () => CSSObject; export declare const getEditableStyles: GenerateStyle<TypographyToken, CSSObject>; export declare const getCopiableStyles: GenerateStyle<TypographyToken, CSSObject>; export declare const getEllipsisStyles: () => CSSObject;