Variable CSSVariableReferenceValue
CSSVariableReferenceValue: {
prototype: CSSVariableReferenceValue;
new (
variable: string,
fallback?: CSSUnparsedValue,
): CSSVariableReferenceValue;
}
prototype: CSSVariableReferenceValue;
new (
variable: string,
fallback?: CSSUnparsedValue,
): CSSVariableReferenceValue;
}
Type declaration
- new (variable: string, fallback?: CSSUnparsedValue): CSSVariableReferenceValue
Parameters
- variable: string
Optional
fallback: CSSUnparsedValue
Returns CSSVariableReferenceValue
prototype: CSSVariableReferenceValue