@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
15 lines (14 loc) • 534 B
TypeScript
import { IWebComponentInstance } from "@omnia/fx";
import { ResolvedUserIdentity } from "@omnia/fx-models";
import { type OmniaUxLocalization, VueComponentBase } from "../../../..";
export declare class CheckedOutByOtherMessage extends VueComponentBase implements IWebComponentInstance {
private editorChromeStore;
private userIdentityStore;
loc: OmniaUxLocalization;
model: {
user: ResolvedUserIdentity;
};
mounted(): void;
private getCheckedOutUserUid;
render(): VueTsxSupport.JSX.Element;
}