@devfamily/admiral
Version:
Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.
20 lines (19 loc) • 463 B
TypeScript
export declare const esEs: {
filterTitle: string;
filterConfirm: string;
filterReset: string;
filterEmptyText: string;
filterCheckall: string;
filterSearchPlaceholder: string;
emptyText: string;
selectAll: string;
selectInvert: string;
selectNone: string;
selectionAll: string;
sortTitle: string;
expand: string;
collapse: string;
triggerDesc: string;
triggerAsc: string;
cancelSort: string;
};