type for condition arguments
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { UmbConditionConfigBase } from '../types.js';
|
||||
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
|
||||
|
||||
export type UmbConditionControllerArguments<
|
||||
ConditionConfigType extends UmbConditionConfigBase = UmbConditionConfigBase
|
||||
> = { host: UmbControllerHost; config: ConditionConfigType; onChange: () => void };
|
||||
@@ -1 +1,2 @@
|
||||
export * from './extension-condition.interface';
|
||||
export * from './condition-controller-arguments.type';
|
||||
|
||||
Reference in New Issue
Block a user