Type Alias Enhancer<Options, Api>
Type Parameters
- Options extends object = Record<string, never>
- Api = null
Type declaration
- (
container?: Document | HTMLElement,
options?: Partial<Options>,
): EnhancerHandle<Api> Parameters
Optionalcontainer: Document | HTMLElementOptionaloptions: Partial<Options>
The callable produced by defineEnhancer: enhances a container and returns a handle.