@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
14 lines (13 loc) • 481 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SelectionProperties = void 0;
const SelectionProperties = exports.SelectionProperties = {
dataPath: {
doc: 'The path to the context data (Form.Handler). The context data object needs to have a `value` and a `title` property. The generated options will be placed above given JSX based children.',
type: 'string',
status: 'optional'
}
};
//# sourceMappingURL=SelectionDocs.js.map