UNPKG

rox-ssr-multi-entrypoints

Version:
8 lines (7 loc) 238 B
import { Variant as _Variant } from 'rox-ssr'; export declare class Variant extends _Variant { /** * Returns the current value of the Variant, accounting for value overrides */ getValue(context?: any): string; }