| 14 | type PopperOffsetsFunction = (params: PopperOffsetsFunctionParams) => [number?, number?] |
| 15 | |
| 16 | export interface PopupProps extends StrictPopupProps { |
| 17 | [key: string]: any |
| 18 | } |
| 19 | |
| 20 | export interface StrictPopupProps extends StrictPortalProps { |
| 21 | /** An element type to render as (string or function). */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…