UNPKG

tdesign-react

Version:
11 lines (10 loc) 365 B
import React from 'react'; import { TdListItemMetaProps } from './type'; import { StyledProps } from '../common'; export interface ListItemMetaProps extends TdListItemMetaProps, StyledProps { } /** * 列表组件 */ declare const ListItemMeta: React.ForwardRefExoticComponent<ListItemMetaProps & React.RefAttributes<HTMLDivElement>>; export default ListItemMeta;