Repository URL to install this package:
|
Version:
2.1.0 ▾
|
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 {
}