export const dropdownProps = [ { name: 'open', type: 'boolean', default: 'false', description: 'apiReferenceDescriptions.dropdownOpen', }, { name: 'width', type: 'string', default: "'320px'", description: 'apiReferenceDescriptions.popoverWidth', }, { name: 'height', type: 'string', default: "'auto'", description: 'apiReferenceDescriptions.popoverMaxHeight', }, { name: 'position', type: "'topRight' | 'bottomRight' | 'bottomLeft' | 'topLeft'", default: "'bottomLeft'", description: 'apiReferenceDescriptions.popoverPlacement', }, ];