Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { MultipleListProps } from 'presets/MultipleLinkList/typings';
import { MenuListDataType, ImageDataProps } from './typings';
declare const ButtonList: MenuListDataType;
declare const ViewAllText: MenuListDataType;
declare const list: MultipleListProps;
declare const ImageData: ImageDataProps;
export { ButtonList, list, ViewAllText, ImageData };