@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines (18 loc) • 644 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PostalCodeAndCityProperties = void 0;
const PostalCodeAndCityProperties = exports.PostalCodeAndCityProperties = {
postalCode: {
doc: 'Properties such as `value` and `path` for the [Value.String](/uilib/extensions/forms/Value/String) component for postal code.',
type: 'object',
status: 'optional'
},
city: {
doc: 'Properties such as `value` and `path` for the [Value.String](/uilib/extensions/forms/Value/String) component for city.',
type: 'object',
status: 'optional'
}
};
//# sourceMappingURL=PostalCodeAndCityDocs.js.map