auth-web/mock/i18n/zh/style.ts

6 lines
85 B
TypeScript
Raw Normal View History

2024-09-26 09:38:02 +08:00
export const style = {
larger: "宽松",
default: "默认",
small: "紧凑"
};