UNPKG

@zeix/ui-element

Version:

UIElement - a HTML-first library for reactive Web Components

18 lines (9 loc) 428 B
[**@zeix/ui-element**](../README.md) *** [@zeix/ui-element](../globals.md) / ValidateComponentProps # Type Alias: ValidateComponentProps\<P\> > **ValidateComponentProps**\<`P`\> = `{ [K in keyof P]: ValidPropertyKey<K> extends never ? never : P[K] }` Defined in: [src/component.ts:53](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/component.ts#L53) ## Type Parameters ### P `P`