UNPKG

@wix/design-system

Version:

@wix/design-system

14 lines 425 B
/** Mobile preview widget */ export class MobilePreviewWidget extends React.PureComponent<any, any, any> { static displayName: string; static defaultProps: { skin: string; height: string; width: string; }; constructor(props: any); constructor(props: any, context: any); render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=MobilePreviewWidget.d.ts.map