handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
23 lines (22 loc) • 658 B
TypeScript
import Handoff from '../index';
/**
* Eject the config to the working directory
* @param handoff
*/
export declare const ejectConfig: (handoff: Handoff) => Promise<Handoff>;
/**
* Eject the integration to the working directory
* @param handoff
*/
export declare const ejectExportables: (handoff: Handoff) => Promise<Handoff>;
/**
* Eject the integration to the working directory
* @param handoff
*/
export declare const ejectPages: (handoff: Handoff) => Promise<Handoff>;
/**
* Eject the integration to the working directory
* @param handoff
*/
export declare const ejectTheme: (handoff: Handoff) => Promise<Handoff>;
export default ejectConfig;