@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
20 lines (19 loc) • 553 B
TypeScript
export declare module ProfileCardLocalization {
const namespace = "Omnia.Ux.Profilecard";
interface locInterface {
profileCard: string;
aboutTab: string;
organizationTab: string;
closeText: string;
sendEmail: string;
startChat: string;
goToDelve: string;
goToMySite: string;
mySubscriptions: string;
EditMyProfile: string;
PublicLayout: string;
PrivateLayout: string;
SwitchToPublicView: string;
SwitchToPrivateView: string;
}
}