Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / customize / __docs / AddingNewComponents.d.ts
Size: Mime:
import * as React from 'react';
export default class CustomProductListPage extends React.PureComponent {
    static contextType: any;
    render(): JSX.Element;
}