Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
declare module '@wordpress/block-editor' {
interface Props {
[ key: string ]: unknown;
}
export const __unstableIframe: React.ComponentType< Props >;
export const __unstableEditorStyles: React.ComponentType< Props >;
export const privateApis: unknown;
export const transformStyles: ( styles: unknown[], wrapperClassName?: string ) => string[];
}