UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

5 lines (4 loc) 282 B
import type { DevToolsSys } from "../types"; import type { CLIArgs } from "."; export declare const runFigmaCommand: (sys: DevToolsSys, subCommand: string, args: CLIArgs) => Promise<void>; export declare function askToInstallBuilder(sys: DevToolsSys, args: CLIArgs): Promise<void>;