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:
parent
070bb62328
commit
dbe76a874e
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue