UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

3 lines 212 B
import type { Taxonomy } from '@wordpress/core-data'; export declare function useTaxonomy(taxonomyName: string): [taxonomy: Taxonomy | undefined, hasResolvedTaxonomy: boolean]; //# sourceMappingURL=index.d.ts.map