@microsoft/fast-foundation > StaticDesignTokenValue
StaticDesignTokenValue type
A design token value with no observable dependencies
Signature:export declare type StaticDesignTokenValue<T> = T extends Function ? never : T;
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-foundation > StaticDesignTokenValue
A design token value with no observable dependencies
Signature:export declare type StaticDesignTokenValue<T> = T extends Function ? never : T;