API Reference > @next-core/brick-kit > getCssPropertyValue
getCssPropertyValue() function
Signature:
export declare function getCssPropertyValue(
name: string,
el?: HTMLElement
): string;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| el | HTMLElement |
Returns:
string