UNPKG

@csnext/cs-client

Version:

## sub header 1

5 lines (4 loc) 145 B
import { WidgetOptions } from '@csnext/cs-core'; export class IframeWidgetOptions extends WidgetOptions { public scrolling: boolean = false; }