@microsoft/fast-foundation > DesignSystem
DesignSystem variable
An API gateway to design system features.
Signature:DesignSystem: Readonly<{
    tagFor(type: Constructable): string;
    responsibleFor(element: HTMLElement): DesignSystem;
    getOrCreate(node?: Node | undefined): DesignSystem;
}>