UNPKG

@react-leaflet/core

Version:
8 lines (7 loc) 156 B
export function withPane(props, context) { const pane = props.pane ?? context.pane; return pane ? { ...props, pane } : props; }