plus-pro-components
Version:
Page level components developed based on Element Plus.
70 lines (69 loc) • 1.66 kB
TypeScript
declare const _default: {
name: string;
plus: {
dialog: {
confirmText: string;
cancelText: string;
title: string;
};
datepicker: {
startPlaceholder: string;
endPlaceholder: string;
};
dialogForm: {
title: string;
};
drawerForm: {
title: string;
confirmText: string;
cancelText: string;
};
form: {
submitText: string;
resetText: string;
errorTip: string;
};
field: {
pleaseEnter: string;
pleaseSelect: string;
};
popover: {
confirmText: string;
cancelText: string;
};
search: {
searchText: string;
resetText: string;
expand: string;
retract: string;
};
table: {
title: string;
density: string;
refresh: string;
columnSettings: string;
selectAll: string;
default: string;
loose: string;
compact: string;
action: string;
more: string;
confirmToPerformThisOperation: string;
prompt: string;
sort: string;
resetText: string;
};
stepsForm: {
nextText: string;
preText: string;
submitText: string;
};
inputTag: {
placeholder: string;
};
header: {
logout: string;
};
};
};
export default _default;