| 50 | }; |
| 51 | |
| 52 | export interface RefTriggerProps { |
| 53 | getPopupElement: () => HTMLDivElement; |
| 54 | } |
| 55 | |
| 56 | export interface SelectTriggerProps { |
| 57 | prefixCls: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…