composize
    Preparing search index...

    Type Alias NodeProps<K>

    NodeProps: Partial<
        PickWritable<Omit<HTMLElementTagNameMap[K], "style">> & {
            class: string[] | string;
            style: Partial<CSSStyleDeclaration>;
        },
    >

    Type Parameters

    • K extends keyof HTMLElementTagNameMap