Repository URL to install this package:
|
Version:
2.1.12 ▾
|
import {
SectionLinkListProps,
SectionLinkListDataType,
} from 'presets/SectionLinkList/typings'
/**
* TYPES
*/
export type MultipleListProps = Array<SectionLinkListItemProps>
export interface SectionLinkListItemProps {
title?: string
dataQa?: string
list?: SectionLinkListDataType
}
export interface MultipleLinkListProps extends SectionLinkListProps {}