0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
penpot-exporter-figma-plugin/ui-src/lib/penpot.d.ts
2024-05-13 10:12:58 +02:00

3 lines
110 B
TypeScript

import { PenpotFile } from '@ui/lib/types/penpotFile';
export function createFile(name: string): PenpotFile;