@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UlProperties = void 0;
var _ElementDocs = require("./../ElementDocs.js");
const UlProperties = exports.UlProperties = {
inside: {
doc: 'Defines the position of the marker.',
type: 'boolean',
status: 'optional'
},
outside: {
doc: 'Defines the position of the marker (default).',
type: 'boolean',
status: 'optional'
},
nested: {
doc: 'Will ensure a nested structure of several lists.',
type: 'boolean',
status: 'optional'
},
..._ElementDocs.ElementPropertiesWithoutSkeleton
};
//# sourceMappingURL=UlDocs.js.map