mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
import { PenpotFile } from '@ui/lib/types/penpotFile';
|
|
|
|
export function createFile(name: string): PenpotFile;
|