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

6 lines
85 B
TypeScript
Raw Normal View History

2024-09-26 09:38:02 +08:00
export const style = {
larger: "Larger",
default: "Default",
small: "Small"
};