Type alias ElementAttributes<T>

ElementAttributes<T>: Record<string, string | number | boolean | Cell<string> | Cell<number> | Cell<boolean> | EventListenerOrEventListenerObject> & {
    ref?: MutRefCell<T>;
}

Element attributes.

Type Parameters

  • T

Type declaration