UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

4 lines (3 loc) 193 B
import { Types as HandoffTypes } from 'handoff-core'; import Handoff from '.'; export declare const createDocumentationObject: (handoff: Handoff) => Promise<HandoffTypes.IDocumentationObject>;