UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

14 lines (13 loc) 372 B
import { ImageSettings } from '../types/settings'; export declare const defaultTranslations: { pluginName: string; pluginDescription: string; or: string; haveUrl: string; imageUrl: string; hrefPlaceholder: string; hrefLabel: string; openNewWindow: string; srcPlaceholder: string; }; export declare const defaultSettings: ImageSettings;