UNPKG

@wordpress/components

Version:
8 lines 253 B
/** * External dependencies */ import type { ComponentPropsWithoutRef } from 'react'; export interface FocusableIframeProps extends ComponentPropsWithoutRef<'iframe'> { iframeRef: React.Ref<HTMLIFrameElement>; } //# sourceMappingURL=types.d.ts.map