mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 02:24:29 +00:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export enum SizeEnum {
|
|
DEFAULT = 'default',
|
|
SMALL = 'small',
|
|
LARGE = 'large',
|
|
}
|