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 / presets / SpecificationList / SpecificationList.d.ts
Size: Mime:
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;