UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

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