UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

10 lines (9 loc) 591 B
import type { CSSObject } from '../../_util/cssinjs'; import type { TypographyToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; 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;