UNPKG

itmar-block-packages

Version:

Common React components for WordPress custom blocks, now fully TypeScript-ready.

7 lines (6 loc) 379 B
export declare const useRebuildChangeField: (dispAttributeArray: any[], // 外部から渡される配列 selectedFields: { key: string; label: string; block: string; }[], pickupType: string, dispTaxonomies: string[], sectionCount: number, domType: string, clientId: string, insertId: string, pluginOption: string, onRebuildBlocks?: (blocks: any[]) => void) => void;