Repository URL to install this package:
|
Version:
2.0.2 ▾
|
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;