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 = { |
||||
profile: Profile |
||||
view: any |
||||
active: boolean |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue