feat(WEB-36): improve typings
This commit is contained in:
@@ -8,7 +8,3 @@ export const langEnum = {
|
||||
};
|
||||
|
||||
export type Lang = keyof typeof langEnum;
|
||||
|
||||
export type LangProps<T = {}> = T & {
|
||||
lang: Lang
|
||||
}
|
||||
Reference in New Issue
Block a user