parent
ef47c24166
commit
b6b88b0437
@ -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 = { |
export type PluginRecord = { |
||||||
profile: Profile |
profile: Profile |
||||||
view: any |
view: any |
||||||
active: boolean |
active: boolean |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue