wix-style-react
Version:
wix-style-react
19 lines • 609 B
TypeScript
export namespace defaultTexts {
namespace toolbarButtons {
let boldButtonLabel: string;
let italicButtonLabel: string;
let underlineButtonLabel: string;
let linkButtonLabel: string;
let bulletedListButtonLabel: string;
let numberedListButtonLabel: string;
}
namespace insertionForm {
let confirmButtonLabel: string;
let cancelButtonLabel: string;
namespace link {
let textInputPlaceholder: string;
let urlInputPlaceholder: string;
}
}
}
//# sourceMappingURL=RichTextInputAreaTexts.d.ts.map