@zeix/ui-element
Version:
UIElement - a HTML-first library for reactive Web Components
22 lines (11 loc) • 547 B
Markdown
[**@zeix/ui-element**](../README.md)
***
[@zeix/ui-element](../globals.md) / Initializer
# Type Alias: Initializer\<T, C\>
> **Initializer**\<`T`, `C`\> = `T` \| [`AttributeParser`](AttributeParser.md)\<`T`, `C`\> \| [`SignalProducer`](SignalProducer.md)\<`T`, `C`\> \| [`MethodProducer`](MethodProducer.md)\<`C`\>
Defined in: [src/component.ts:75](https://github.com/zeixcom/ui-element/blob/f80be4b02c5d1c80817271ddf0fad982e43ad03e/src/component.ts#L75)
## Type Parameters
### T
`T` *extends* `object`
### C
`C` *extends* `HTMLElement`