UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

4 lines (3 loc) 241 B
import { TransformComponentTokensResult } from '../types'; declare const parseComponentJson: (id: string, location: string, data: TransformComponentTokensResult) => Promise<TransformComponentTokensResult>; export default parseComponentJson;