Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/dialogs/whats-new/src/types/
Upload File :
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
};