@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 528 B
JavaScript
import { ElementPropertiesWithoutSkeleton } from "./../ElementDocs.js";
export const OlProperties = {
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'
},
...ElementPropertiesWithoutSkeleton
};
//# sourceMappingURL=OlDocs.js.map