MCPcopy
hub / github.com/Semantic-Org/Semantic-UI-React / PopupProps

Interface PopupProps

src/modules/Popup/Popup.d.ts:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14type PopperOffsetsFunction = (params: PopperOffsetsFunctionParams) => [number?, number?]
15
16export interface PopupProps extends StrictPopupProps {
17 [key: string]: any
18}
19
20export interface StrictPopupProps extends StrictPortalProps {
21 /** An element type to render as (string or function). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…