@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.
17 lines (16 loc) • 366 B
JavaScript
import "../../../../chunk-5WRI5ZAA.js";
// src/visualBuilder/components/icons/fields/index.ts
import { EditIcon } from "../index.js";
var fieldIcons = {
link: EditIcon,
json_rte: EditIcon,
html_rte: EditIcon,
markdown_rte: EditIcon,
custom_field: EditIcon,
isodate: EditIcon,
url: EditIcon
};
export {
fieldIcons
};
//# sourceMappingURL=index.js.map