UNPKG

@wordpress/components

Version:
10 lines (8 loc) 221 B
/** * External dependencies */ import type { ComponentPropsWithoutRef } from 'react'; export interface FocusableIframeProps extends ComponentPropsWithoutRef< 'iframe' > { iframeRef: React.Ref< HTMLIFrameElement >; }