minishouyin/node_modules/antd/lib/theme/themes/shared/genFontMapToken.d.ts

4 lines
152 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import type { FontMapToken } from '../../interface';
declare const genFontMapToken: (fontSize: number) => FontMapToken;
export default genFontMapToken;