@wix/design-system
Version:
@wix/design-system
18 lines • 542 B
TypeScript
export default PreviewWidget;
/** Preview content widget*/
declare 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