handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
18 lines (17 loc) • 503 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 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;