6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
|
export const style = {
|
||
|
larger: "宽松",
|
||
|
default: "默认",
|
||
|
small: "紧凑"
|
||
|
};
|