| Current Path : /var/www/homesaver/www/bitrix/js/ui/dialogs/whats-new/src/types/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/dialogs/whats-new/src/types/slide-options.js |
import type { VideoOptions } from './video-options';
export type SlideOptions = {
id?: string,
title?: string,
description?: string,
className?: string,
image?: string,
video?: string | VideoOptions,
autoplay?: boolean,
html?: string | HTMLElement
};