UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

6 lines 343 B
import { PostPrimaryTerm } from '../post-primary-term'; interface PostPrimaryCategoryProps extends React.ComponentProps<typeof PostPrimaryTerm> { } export declare const PostPrimaryCategory: ({ placeholder, taxonomyName, isLink, ...rest }: PostPrimaryCategoryProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map