UNPKG

@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.

10 lines (7 loc) 361 B
import * as react_jsx_runtime from 'react/jsx-runtime'; declare const EmptyAppIcon: ({ id, ...props }: React.SVGProps<SVGSVGElement> & { id?: string; }) => react_jsx_runtime.JSX.Element; declare const sumOfAscii: (str: string) => number; declare const getColorFromString: (str?: string) => string; export { EmptyAppIcon, getColorFromString, sumOfAscii };