UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

10 lines (9 loc) 359 B
/** * Generates component properties using react-docgen-typescript * @param entry - Path to the component/schema file * @param handoff - Handoff instance for configuration * @returns Generated properties or null if failed */ export declare const generatePropertiesFromDocgen: (entry: string, handoff: any) => Promise<{ [key: string]: any; } | null>;