Skip to main content
Version: 1.x

@microsoft/fast-foundation > DesignTokenValue

DesignTokenValue type

The type that a can be set to.

Signature:
export declare type DesignTokenValue<T> = StaticDesignTokenValue<T> | DerivedDesignTokenValue<T>;