UNPKG

@wix/design-system

Version:

@wix/design-system

17 lines 511 B
/** Preview content widget*/ export class PreviewWidget extends React.PureComponent<any, any, any> { static displayName: string; static defaultProps: { skin: string; contentOutline: string; height: string; width: string; scrollable: boolean; children: React.JSX.Element; }; constructor(props: any); constructor(props: any, context: any); render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=PreviewWidget.d.ts.map