pull/1857/head
bunsenstraat 3 years ago
parent ef47c24166
commit b6b88b0437
  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