@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
29 lines (28 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CountryFlagProperties = void 0;
const CountryFlagProperties = exports.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: ['"auto"', '"xx-small"', '"x-small"', '"small"', '"medium"', '"large"', '"x-large"'],
status: 'optional'
},
shape: {
doc: 'The shape of the component. Can be `round` or `square`. Defaults to `round`.',
type: ['"round"', '"square"'],
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