mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-09 16:40:09 -05:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
|
export function handleResizeMessage(width: number, height: number) {
|
||
|
figma.ui.resize(width, height);
|
||
|
}
|