@microsoft/fast-foundation > DesignToken
DesignToken variable
Factory object for creating instances.
Signature:DesignToken: Readonly<{
    create: typeof create;
    notifyConnection(element: HTMLElement): boolean;
    notifyDisconnection(element: HTMLElement): boolean;
    registerRoot(target?: HTMLElement | Document): void;
    unregisterRoot(target?: HTMLElement | Document): void;
}>