UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

6 lines (5 loc) 140 B
import Handoff from '../index'; /** * Main scaffold entry point */ export declare const runScaffold: (handoff: Handoff) => Promise<void>;