@microsoft/fast-element > CSSDirectiveDefinition
CSSDirectiveDefinition interface
Defines metadata for a CSSDirective.
Signature:
export interface CSSDirectiveDefinition<TType extends Constructable<CSSDirective> = Constructable<CSSDirective>>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
TType |
The type that the definition provides metadata for. |