@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
10 lines (9 loc) • 591 B
TypeScript
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;