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    
Size: Mime:
import { SectionLinkListProps, SectionLinkListDataType } from 'presets/SectionLinkList/typings';
/**
 * TYPES
 */
export declare type MultipleListProps = Array<SectionLinkListItemProps>;
export interface SectionLinkListItemProps {
    title?: string;
    dataQa?: string;
    list?: SectionLinkListDataType;
}
export interface MultipleLinkListProps extends SectionLinkListProps {
}