lit-ui-router / AriaCurrentValue
Type Alias: AriaCurrentValue
ts
type AriaCurrentValue = "page" | "step" | "location" | "date" | "time" | "true";Defined in: packages/lit-ui-router/src/ui-sref-active.ts:149
Valid aria-current token values.