0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00

fix: add missing type

This commit is contained in:
Juanfran 2024-04-08 11:46:37 +02:00
parent 070bb62328
commit dbe76a874e

View file

@ -5,6 +5,7 @@ import { initInstaller } from './lib/installer';
import { ɵloadPlugin } from './lib/load-plugin';
import { setFileState, setPageState, setSelection, setTheme } from './lib/api';
import { getPartialState } from 'plugins-parser';
import type { Theme } from '@penpot/plugin-types';
repairIntrinsics({
evalTaming: 'unsafeEval',