Repository URL to install this package:
|
Version:
3.0.1 ▾
|
import React from 'react';
import { SpecificationListProps } from './typings';
/**
* @todo
* #1 - need to change children tag name as well
* #2 - need to styled each item in different style
*/
declare class SpecificationList extends React.PureComponent<SpecificationListProps> {
render(): JSX.Element;
}
export { SpecificationList };
export default SpecificationList;