quarkd
Version:
Mobile UI Components built on Web Components.
31 lines (30 loc) • 643 B
TypeScript
declare const _default: {
save: string;
confirm: string;
cancel: string;
delete: string;
loading: string;
placehold: string;
image: {
loadError: string;
};
pullRefresh: {
pulling: string;
loosing: string;
};
search: {
placeholder: string;
};
actionSheet: {
shareTitle: string;
};
calendar: {
end: string;
start: string;
title: string;
weekdays: string[];
monthTitle: (year: number, month: number) => string;
rangePrompt: (maxRange: number | string) => string;
};
};
export default _default;