mui-spfx-controls
Version:
SPFx component library built with MUI
16 lines (15 loc) • 464 B
JavaScript
define([], function () {
return {
PropertyPaneDescription: 'List Item Picker',
BasicGroupName: 'Properties',
ListFieldLabel: 'List',
ColumnsFieldLabel: 'Fields',
SearchSuggestionLimitFieldLabel: 'Search suggestion limit',
OptionDisplayFieldLabel: 'Option display Field',
LabelFieldLabel: 'Label',
SizeFieldLabel: 'Size',
DisabledFieldLabel: 'Disabled',
VariantFieldLabel: 'Variant',
ColorFieldLabel: 'Color',
};
});