UNPKG

@payfit/unity-illustrations

Version:

13 lines (12 loc) 256 B
type Component = { name: string; type: string; animated: boolean; sizeBefore: number; sizeAfter: number; }; /** * Generates the main index file */ export declare function generateIndexFile(components: Component[]): string; export {};