FASTElement variable
@microsoft/fast-element > FASTElement
FASTElement variable
A minimal base class for FASTElements that also provides static helpers for working with FASTElements.
Signature:
FASTElement: {
new (): FASTElement;
define: typeof define;
compose: typeof compose;
from: typeof from;
}