Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/uploader/stack-widget/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/uploader/stack-widget/src/stack-widget-options.js

import type { StackWidgetSize } from './stack-widget-size';

export type StackWidgetOptions = {
	size: StackWidgetSize,
};