antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
9 lines (8 loc) • 315 B
TypeScript
/// <reference types="react" />
import './list.less';
export type { ListProps } from './list';
export type { ListItemProps } from './list-item';
declare const _default: import("react").FC<import("./list").ListProps> & {
Item: import("react").FC<import("./list-item").ListItemProps>;
};
export default _default;