@microsoft/fast-element > CSSValue
CSSValue type
Represents the types of values that can be interpolated into a template.
Signature:
export type CSSValue<TSource, TParent = any> = Expression<TSource, any, TParent> | Binding<TSource, any, TParent> | ComposableStyles | CSSDirective;
References: Expression, Binding, ComposableStyles, CSSDirective