UNPKG

preact-arco-design

Version:

Arco Design React UI Library.

7 lines (6 loc) 262 B
export function getDateCell(component, panelIndex, cellIndex) { return component.find('.arco-picker-body').at(panelIndex).find('.arco-picker-cell').at(cellIndex); } export function getInput(component, index) { return component.find('input').at(index); }