UNPKG

tdesign-vue-next

Version:
12 lines (11 loc) 298 B
import { TdDropdownMenuProps } from '../dropdown/type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType<TdDropdownMenuProps["content"]>; }; default: { type: PropType<TdDropdownMenuProps["default"]>; }; }; export default _default;