@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
14 lines (13 loc) • 395 B
TypeScript
export interface ITranslations {
selectButtonTitle: string;
editBarcodeButtonTitle: string;
doneButtonTitle: string;
handleButtonTitle: string;
deleteButtonTitle: string;
editButtonTitle: string;
pasteLimitsExceededMsg: string;
charactersInParagraphMsg: string;
paragraphsMsg: string;
totalCharactersMsg: string;
charactersMsg: string;
}