UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

12 lines 355 B
import { IconType } from '@wordpress/components'; import { FC } from 'react'; interface CustomBlockAppenderProps { rootClientId: string; className?: string; buttonText?: string; icon?: IconType; [key: string]: any; } export declare const CustomBlockAppender: FC<CustomBlockAppenderProps>; export {}; //# sourceMappingURL=index.d.ts.map