UNPKG

sketch-json-parse

Version:

sketch-json解析

7 lines (6 loc) 181 B
import { SKAttributes, TextStyle } from '../../types'; /** * 处理文字转换问题 */ declare const _default: (attributes: SKAttributes) => TextStyle; export default _default;