UNPKG

tdesign-vue-next

Version:
15 lines (14 loc) 354 B
import { TdListItemProps } from '../list/type'; import { PropType } from 'vue'; declare const _default: { action: { type: PropType<TdListItemProps["action"]>; }; content: { type: PropType<TdListItemProps["content"]>; }; default: { type: PropType<TdListItemProps["default"]>; }; }; export default _default;