File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export interface StrictVisibilityProps {
5959 * Value that context should be adjusted in pixels. Useful for making content appear below content fixed to the
6060 * page.
6161 */
62- offset ?: number | string | number | string [ ]
62+ offset ?: number | string | ( number | string ) [ ]
6363
6464 /** When set to false a callback will occur each time an element passes the threshold for a condition. */
6565 once ?: boolean
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export interface StrictPopupProps extends StrictPortalProps {
5959 offset ?: number | string
6060
6161 /** Events triggering the popup. */
62- on ?: 'hover' | 'click' | 'focus' | 'hover' | 'click' | 'focus' [ ]
62+ on ?: 'hover' | 'click' | 'focus' | ( 'hover' | 'click' | 'focus' ) [ ]
6363
6464 /**
6565 * Called when a close event happens.
You can’t perform that action at this time.
0 commit comments