@contentstack/live-preview-utils
Version:
Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.
14 lines (11 loc) • 524 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { CslpData } from '../../utils/cslpdata.js';
declare const FieldLocationIcon: ({ fieldLocationData, multipleFieldToolbarButtonClasses, handleMoreIconClick, moreButtonRef, toolbarRef, domEditStack }: {
fieldLocationData: any;
multipleFieldToolbarButtonClasses: any;
handleMoreIconClick: () => void;
moreButtonRef: any;
toolbarRef: any;
domEditStack: CslpData[];
}) => react_jsx_runtime.JSX.Element | null;
export { FieldLocationIcon };