interface UmbUfmComponentApi {
    destroy(): void;
    render(token: UfmToken): undefined | string;
}

Hierarchy (view full)

Implemented by

Methods

Methods

""