UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 222 B
export declare module LikeLocalization { const namespace = "Omnia.Ux.LikeHandler"; interface locInterface { UnlikeText: string; Unlike: string; Like: string; Target: string; } }