mirror of
https://gitee.com/dromara/go-view.git
synced 2025-09-05 08:59:46 +08:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import { LangEnum } from '@/enums/styleEnum'
|
|
export interface LangStateType {
|
|
// 当前语言
|
|
lang: LangEnum,
|
|
}
|