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 / renderProps.d.ts
Size: Mime:
import { CategoryProps } from './typings';
declare function defaultRenderPagination(props: CategoryProps): JSX.Element;
declare function defaultRenderCategory(props: CategoryProps): JSX.Element[];
declare function defaultRenderBox(props: CategoryProps): JSX.Element;
declare function defaultRenderWrapper(props: CategoryProps): JSX.Element;
export { defaultRenderPagination, defaultRenderCategory, defaultRenderBox, defaultRenderWrapper, };