UNPKG

@wordpress/block-library

Version:
15 lines (13 loc) 226 B
import { store } from '@wordpress/interactivity'; import { browserSupportsPdfs } from './utils'; store( 'core/file', { state: { get hasPdfPreview() { return browserSupportsPdfs(); }, }, }, { lock: true } );