UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

6 lines 247 B
import type { WP_REST_API_Term } from 'wp-types'; export declare const usePrimaryTerm: (taxonomyName: string) => readonly [WP_REST_API_Term | { name: string; link: string; } | null | undefined, boolean]; //# sourceMappingURL=index.d.ts.map