@microsoft/fast-foundation > ElementDefinitionCallback
ElementDefinitionCallback type
The callback type that is invoked when an element can be defined by a design system.
Signature:export declare type ElementDefinitionCallback = (ctx: ElementDefinitionContext) => void;