feat(dashboard,ui,types,admin-shared): Add more extension zones + pass data to widgets (#7465)

This commit is contained in:
Kasper Fabricius Kristensen
2024-05-27 12:47:12 +02:00
committed by GitHub
parent 0b0e210f67
commit ab2e8fcd45
19 changed files with 220 additions and 109 deletions

View File

@@ -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,