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 / src / playground / DetailedList / renderProps.d.ts
Size: Mime:
import { DetailedItem, DetailedListProps } from './typings';
export declare function renderSpecificationItem(item: DetailedItem): JSX.Element;
export declare function renderSpecificationWrap(props: DetailedListProps): JSX.Element;
export declare function renderSpecificationList(props: DetailedListProps): any;
export declare function renderSpecificationHeading(props: DetailedListProps): JSX.Element;