Skip to main content

Type Alias: WidgetComponent

WidgetComponent = () => Promise<ReactNode> | ReactNode

Defined in: src/server/dashboard/types.ts:15

An async Server Component that fetches its own RLS-scoped data and returns the widget body.

Returns

Promise<ReactNode> | ReactNode