Add extra context

This commit is contained in:
Adria Navarro 2025-02-17 18:31:34 +01:00
parent fbd020ec31
commit 47b7408022
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export interface ComponentContext {
actions: any[] actions: any[]
} }
export type ComponentContextType = "action" export type ComponentContextType = "context" | "action"
export const enum ComponentContextScopes { export const enum ComponentContextScopes {
Local = "local", Local = "local",