@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
13 lines • 487 B
JavaScript
export const 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