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.

25 lines (23 loc) 1.11 kB
type IconProps = { disabled?: boolean; className?: string; }; declare function CaretIcon({ open }: { open?: boolean; }): JSX.Element; declare function DeleteIcon(): JSX.Element; declare function FormIcon(): JSX.Element; declare function MoveLeftIcon(props: IconProps): JSX.Element; declare function MoveRightIcon(props: IconProps): JSX.Element; declare function InfoIcon(): JSX.Element; declare function EditIcon(): JSX.Element; declare function PlusIcon(): JSX.Element; declare function ReplaceAssetIcon(): JSX.Element; declare function HighlightCommentIcon(): JSX.Element; declare function ReadCommentIcon(): JSX.Element; declare function AddCommentIcon(): JSX.Element; declare function WarningOctagonIcon(): JSX.Element; declare function MoreIcon(): JSX.Element; declare function ContentTypeIcon(): JSX.Element; declare function CaretRightIcon(): JSX.Element; export { AddCommentIcon, CaretIcon, CaretRightIcon, ContentTypeIcon, DeleteIcon, EditIcon, FormIcon, HighlightCommentIcon, InfoIcon, MoreIcon, MoveLeftIcon, MoveRightIcon, PlusIcon, ReadCommentIcon, ReplaceAssetIcon, WarningOctagonIcon };