UNPKG

@wordpress/components

Version:
4 lines 257 B
/// <reference types="react" /> import type { FocalPointPickerMediaProps } from './types'; export default function Media({ alt, autoPlay, src, onLoad, mediaRef, muted, ...props }: FocalPointPickerMediaProps): JSX.Element; //# sourceMappingURL=media.d.ts.map