UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

12 lines 250 B
export type Term = { count: number; description: string; id: number; link: string; meta: Record<string, unknown>; name: string; parent: number; slug: string; taxonomy: string; }; //# sourceMappingURL=types.d.ts.map