pull/5370/head
bunsenstraat 3 years ago
parent 901d8f5908
commit 66e941c592
  1. 2
      libs/remix-ui/panel/src/index.ts
  2. 4
      libs/remix-ui/panel/src/lib/types/index.ts

@ -1 +1 @@
export { default as RemixPanel } from './lib/remix-ui-panel';
export { default as RemixPanel } from './lib/remix-ui-panel'

@ -1,7 +1,7 @@
import { Profile } from "@remixproject/plugin-utils";
import { Profile } from '@remixproject/plugin-utils'
export type PluginRecord = {
profile: Profile
view: any
active: boolean
}
}

Loading…
Cancel
Save