UNPKG

@wordpress/editor

Version:
7 lines 293 B
/** * Custom hook to get the page type badge for the current post on edit site view. * * @param {number|string} postId postId of the current post being edited. */ export default function usePageTypeBadge(postId: number | string): string | false; //# sourceMappingURL=pageTypeBadge.d.ts.map