UNPKG
bidasoa-components
Version:
latest (1.0.0)
1.0.0
Colección de componentes comunes empleados en proyectos Bidasoa.
bidasoa-components
/
dist
/
models
/
configuration
/
LanguageConfiguration.d.ts
12 lines
(11 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export interface LanguageConfiguration { langcode: string; name: {
[languageCode: string]
: string; }; isDefault: boolean; prefix: string; weight: number;
direction
:
'ltr'
|
'rtl'
; hidden: boolean; }