@web_xiaobai/ui 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
1
  export declare const prefix = "boden";
2
2
  export declare const naiveConfigProviderInjectionKey = "n-config-provider";
3
3
  export declare const bodenConfigProviderInjectionKey = "boden-config-provider";
4
+ export declare const bodenLangAttribute = "boden-lang";
@@ -0,0 +1,4 @@
1
+ export declare const enum LOCAL {
2
+ EN_US = "en-US",
3
+ ZH_CN = "zh-CN"
4
+ }