@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
23 lines • 824 B
JavaScript
export const CountryFlagProperties = {
iso: {
doc: '[ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) representing the country, such as `NO` for Norway. Defaults to `NO`.',
type: 'string',
status: 'optional'
},
size: {
doc: 'The size of the component. Can be `auto`, `xx-small`, `x-small`, `small`, `medium`, `large` or `x-large`. Defaults to `auto` (1em).',
type: 'string',
status: 'optional'
},
shape: {
doc: 'The shape of the component. Can be `round` or `square`. Defaults to `round`.',
type: 'string',
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=CountryFlagDocs.js.map