Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/collapser/src/types/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/collapser/src/types/collapser.js

export type CollapserParams = {
	id?: string,
	isOpen?: boolean,
	outerContainer: HTMLElement,
	innerContainer: HTMLElement,
	duration?: number,
	calcProgress?: function,
	buttons?: HTMLElement,
}