@wordpress/blocks
Version:
Block API for WordPress.
16 lines • 547 B
TypeScript
/**
* External dependencies
*/
export { attr, prop, text, query } from 'hpq';
/**
* WordPress dependencies
*/
import { RichTextData } from '@wordpress/rich-text';
/**
* Internal dependencies
*/
export { matcher as node } from './node';
export { matcher as children } from './children';
export declare function html(selector?: string, multilineTag?: string): (domNode: Element) => string;
export declare const richText: (selector?: string, preserveWhiteSpace?: boolean) => (el: Element) => RichTextData;
//# sourceMappingURL=matchers.d.ts.map