mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-13 08:25:13 +00:00
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
|
define([], function() {
|
||
|
return {
|
||
|
"PropertyPaneDescription": "Description",
|
||
|
"BasicGroupName": "Group Name",
|
||
|
"DescriptionFieldLabel": "Description Field"
|
||
|
}
|
||
|
});
|