UNPKG

sketch-json-parse

Version:

sketch-json解析

7 lines (6 loc) 243 B
import { SKParagraphStyle, TextStyle, SKFontDescriptor } from '../../types'; /** * 处理段落 */ declare const _default: (paragraphStyle: SKParagraphStyle, fontStyle: SKFontDescriptor, size?: number) => TextStyle; export default _default;