@figma/code-connect
Version:
A tool for connecting your design system components in code with your design system in Figma
7 lines • 386 B
TypeScript
import { ProjectInfo } from '../connect/project';
/**
* If --file is specified, filter projectInfo.files to only include that file.
* Exits with an error if the file doesn't exist or isn't in the project's file list.
*/
export declare function filterProjectInfoByFile(projectInfo: ProjectInfo, file: string | undefined): ProjectInfo;
//# sourceMappingURL=filter_project_info.d.ts.map