import { GlobalProps } from '../../../shared/global'; export interface AdminBlockProps extends GlobalProps { /** * The text to use as the Block title in the block header. If not provided, the name of the * extension will be used. */ heading?: string; }