UNPKG

sketch-json-parse

Version:

sketch-json解析

4 lines (3 loc) 154 B
import { Layer } from "./types"; declare const handleRow: (data: Layer[], notBranchNames: string[], parent?: Layer) => Layer[]; export default handleRow;