feat(dashboard,ui,types,admin-shared): Add more extension zones + pass data to widgets (#7465)
This commit is contained in:
committed by
GitHub
parent
0b0e210f67
commit
ab2e8fcd45
@@ -1,5 +1,7 @@
|
||||
declare module "virtual:medusa/widgets/*" {
|
||||
const widgets: { Component: () => JSX.Element }[]
|
||||
import type { ComponentType } from "react"
|
||||
|
||||
const widgets: { Component: ComponentType<any> }[]
|
||||
|
||||
export default {
|
||||
widgets,
|
||||
|
||||
Reference in New Issue
Block a user