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/ui / dist / components / assessment / Category / Category.d.ts
Size: Mime:
import React from 'react';
import { defaultRenderPagination, defaultRenderCategory, defaultRenderBox, defaultRenderWrapper } from './renderProps';
import { CategoryProps } from './typings';
declare class Category extends React.Component<CategoryProps> {
    static defaultProps: {
        className: string;
        renderPagination: typeof defaultRenderPagination;
        renderCategory: typeof defaultRenderCategory;
        renderBox: typeof defaultRenderBox;
        renderWrapper: typeof defaultRenderWrapper;
    };
    render(): React.ReactNode;
}
export { Category };
export default Category;