@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
14 lines (13 loc) • 370 B
TypeScript
export declare module SharePointVideoSettingsLocalization {
const namespace = "Omnia.Ux.SharePointVideoSettings";
interface locInterface {
AutoPlay: string;
StartAt: string;
ShowTitle: string;
InvalidInputStartTime: any;
Labels: {
VideoInformation: string;
VideoCaption: string;
};
}
}